Group 'A'Rewrite the correct options for each question in your answer sheet. 9x1=9
1. Which of the following SQL statement is used to DELETE rows from a database table?
A) DELETE
B) REMOVE
D) CLEAR
C) DROP
2. A field that is used to uniquely define a particular record in a table is called:
A) Primary Key
B) Entity
C) Relationship
D) Constraints
3. What does "MAC" stands for in MAC Address?
A) Mandatory Access Control
B) Media Access Control
C) Micro Access Control
D) Media Access Certificate
4. What is the correct syntax for referring to an external JavaScript script?
A) <script src="myscript.js"></script>
B) <script href="myscript.js"></script>
C) <js href="myscript.js"></js>
D) <js src="myscript.js"></js>
5. Which of the following is the correct way of defining a variable in PHP?
A) $variable name = value;
B) $variable_name=value;
C) $variable_name = value
D) $variable name as value;
6. What is the output of C program?
void main(){ int b=25;
//b memory location=1234;
int *p; p=&b; printf("%d %d", &b, p);}
A) 25 25
B) 1234 1234
C) 25 1234
D) 1234 25
7. Which feature of OOP is illustrated the code reusability?
A) Polymorphism
B) Abstraction
C) Encapsulation
D) Inheritance
8. Which of the following is the discovering requirement from a user in the requirement collection process?
A) Feasibility study
B) Requirement Elicitation
C) Requirement Specification
D) Requirement validation
9. What devices are detecting and responding to changes in an Internet of Things (IoT)? an environment that is embedded in smartphones and an integral part of
A) Wi-Fi
B) Barcode
C) RFID
D) Sensors
Group 'B'
Short answer questions 5x5=25
10. Differentiate the centralized and distributed database system.
OR
What are the purposes of normalization? Give an example of 2NF.
11. Write a program to find the factorial of any given number using Javascript.
OR
How do you fetch data from a database in PHP and display it in form? Describe.
12. Compare the OOPs and procedural programing language.
13. What are the major activities performed to design the software? Describe.
14 Explain the popular five-application areas of AL.
Group 'C'
Long answer questions 8x2=16
15. Compare the star and ring topology with pros and cons. Which data communication cable is more appropriate to design the local area network? Describe. 5+3
16. What is structure? Write a program to input the roll, name, and age of 5 students and display them properly using structure. 2+6
OR
Write a C program to enter an ID, employee_name, and post of the employee and store them in a data file named "emp.txt". Display each record on the screen in an appropriate format.
Rewrite the correct options for each question in your answer sheet. 9x1=9
1. Which of the following SQL statement is used to DELETE rows from a database table?
A) DELETE
B) REMOVE
D) CLEAR
C) DROP
2. A field that is used to uniquely define a particular record in a table is called:
A) Primary Key
B) Entity
C) Relationship
D) Constraints
3. What does "MAC" stands for in MAC Address?
A) Mandatory Access Control
B) Media Access Control
C) Micro Access Control
D) Media Access Certificate
4. What is the correct syntax for referring to an external JavaScript script?
A) <script src="myscript.js"></script>
B) <script href="myscript.js"></script>
C) <js href="myscript.js"></js>
D) <js src="myscript.js"></js>
5. Which of the following is the correct way of defining a variable in PHP?
A) $variable name = value;
B) $variable_name=value;
C) $variable_name = value
D) $variable name as value;
6. What is the output of C program?
void main(){ int b=25;
//b memory location=1234;
int *p; p=&b; printf("%d %d", &b, p);}
A) 25 25
B) 1234 1234
C) 25 1234
D) 1234 25
7. Which feature of OOP is illustrated the code reusability?
A) Polymorphism
B) Abstraction
C) Encapsulation
D) Inheritance
8. Which of the following is the discovering requirement from a user in the requirement collection process?
A) Feasibility study
B) Requirement Elicitation
C) Requirement Specification
D) Requirement validation
9. What devices are detecting and responding to changes in an Internet of Things (IoT)? an environment that is embedded in smartphones and an integral part of
A) Wi-Fi
B) Barcode
C) RFID
D) Sensors
Group 'B'
Short answer questions 5x5=25
10. Differentiate the centralized and distributed database system.
OR
What are the purposes of normalization? Give an example of 2NF.
11. Write a program to find the factorial of any given number using Javascript.
OR
How do you fetch data from a database in PHP and display it in form? Describe.
12. Compare the OOPs and procedural programing language.
13. What are the major activities performed to design the software? Describe.
14 Explain the popular five-application areas of AL.
Group 'C'
Long answer questions 8x2=16
15. Compare the star and ring topology with pros and cons. Which data communication cable is more appropriate to design the local area network? Describe. 5+3
16. What is structure? Write a program to input the roll, name, and age of 5 students and display them properly using structure. 2+6
OR
Write a C program to enter an ID, employee_name, and post of the employee and store them in a data file named "emp.txt". Display each record on the screen in an appropriate format.