0% found this document useful (0 votes)
17 views2 pages

16

Uploaded by

sataguru45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

16

Uploaded by

sataguru45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Recent Trends in Technology:

● Define AI. Write its application in brief.


● Define Virtual Reality with its advantages and disadvantages.
● Define Cloud computing with its advantages and disadvantages.
● Define E-commerce with advantages and disadvantages.
● Define E-governance with its objectives.
● Define IOT with its advantages and disadvantages.
Software process model
● Explain in brief about SDLC phases.
● List and explain requirement collection methods.
● Explain the features of good software.
● Explain waterfall model with figure, advantages and disadvantages.
● Explain agile model with figure, advantages and disadvantages.
● Explain prototype model with figure, advantages and disadvantages.
Object Oriented Programming
● Difference between procedural programming and Object-oriented programming.
● Define OOP with features in brief with example.
● Explain application of OOP.
Javascript and PHP
● Define Event and event-handling in javascript. Explain with a program.
● Define form validation. Validate password, name, ph_no. with proper javascript code.
● Define function. Differentiate between user-defined and library functions.
● Explain with example the types of functions in C.
● Database Connection using PHP.
Data communication and Network:
● Transmission Medium (Guided{tpc,CC,fpc} and unguided{radio, micro and infrared})
● OSI
● Network Architecture(client-server and peer-to-peer)
● Topology (Bus, Ring and Star)
Database Management System
● Define database and DBMS. Advantages of DBMS.
● Explain DDL and DML with examples.
● Database model with advantages and disadvantages.
● Define Normalization. Explain 1NF, 2NF and 3NF with proper table.
● Types of databases (centralized and decentralized)
● Define DBA. what are the roles/ responsibilities and criteria of a good DBA.
C
Differentiate between structure and union with example.
Programming:
● Factorial and Fibonacci using recursion function.
● Area of circle using no argument but with return function type.
● Greatest among 3 numbers using arguments but with no return function type.

Structure
● Create a structure named student with members name, roll, marks of 3 subjects. Calculate
percentage and display all information in proper format. Ask user for the number of
students.
● Create a structure named employee with members name, id, post, age. Count how many
employees are older than age 45 and display the number. Ask user for the number of
employees.
● Create a structure named employee with members name, id, post, age and salary. Calculate
tax and net-salary separately. Ask user for the number of employees.
● Create a structure named student with members name, roll, marks of 3 subjects. Calculate
percentage and display that information whose percentage is greater than 50% in proper
format. Ask user for the number of students.
● Create a structure named ‘std’ with members name,roll,sec and marks of 3 subjects. Count
how many students have passed assuming the pass marks is 40. Ask user for the number of
students.
File in C (Read mode)
● A datafile “student.txt” contain name, class and marks obtained in 3 different subject of few
students. Write a C program to read and display only records who pass in all subjects assuming
pass marks is 35. Also count how many students have passed.
● A datafile “student.txt” contain name, class and marks obtained in 3 different subject of few
students. Write a C program to read and display only records whose name is Ram.
● A datafile “student.txt” contain name, class and marks obtained in 3 different subject of few
students. Write a C program to read and display only name and percentage of all students.
Write mode
● A datafile “student.txt” contain name, class and marks obtained in 3 different subject of few
students. Write a C program to store all information along with percentage assuming total marks
is 80.
● Create a datafile “patient.txt” and store name, disease, age and bed number of a patient. Ask
user if they want to add more data.
● Create a datafile “employee.txt” and store name, designation, age and salary of a patient. Allow
to add more data when user presses ‘y’.
Javascript and Php
● Factorial of a number (both)
● Multiplication table (both)
● Fibonacci Series (both)
● Write a program that reverses a number. (both)
● Display largest among 3 numbers. (both)
● Odd/even (both)
● Database connection using php
● Insert data into stddb database with fields fname, lname, age, address using php.
● Create a table emp in empdb database with fields fname, lname, age, address using php.

You might also like