Tick the correct answer.
1. Which of the statements are used in DML statement?
a) Select, drop, where b) Select, insert, delete c) Select, drop, update d ) Select, insert, drop
2. With SQL, how do you select all the records from a table named "employee" where the value of column "ename" is "john"?
a) Select * from employee where ename is exactly john;
b)Select * from employee where ename is equal to john ;
c) Select * from employee where ename='john';
d)Select * from employee where ename is not in john;
3. What is the first step in the software development lifecycle?
a) System design b) System testing c) Coding d) System analysis
4. What is the minimum number of functions to be present in a C program?
a. 1 b. 2 c. 3 d. 4
5. What kind of transmission medium is most appropriate for carry data in a computer network that is exposed to electrical interference?
Unshielded twisted pair b. Optical fiber c. Coaxial cable d. Microwave.
a. <php> b <?php ?> c. <? ?> d. Php
7. Which jQuery method is used to hide selected elements?
a. hidden b. display(none) c. hide d. visible(false)
8. Which Key is used to uniquely identify a record?
a. Primary key b. Foreign Key c. Both a. and b. d. None of the mentioned
9. Which of the following is not an unguided communication media?
a. Twisted pair wire b. Satellite c. Microwave d. Bluetooth
10. What is the full form of SaaS?
a. Software as a service
b. System as a service
c. Security as a service
d. Storage as a service
11Which of the following is not a DDL command?
a. Update b. Truncate c. Alter d. None
- b) Select, insert, delete
- c) Select from employee where
ename='john
- d) System analysis
- b. 1
- b. Optical fiber
- b, <?php ?>
- c. hide
- a. Primary key
- a. Twisted pair wire
- a. Software as a Service
- a. Update
- d. Tree
- a. Star topology
- b. N
- a. Get/Post
- a. Level-0 DFD
- a. A class is a blueprint for creating objects, while an object is a specific instance of a class.
- a. eliminate repeating groups
- b. eliminate partial functional dependency
- c. eliminate transitive dependency
No comments:
Post a Comment