We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
CLASS –X MCQ QUESTIONS SUB: COMPUTER SCIENCE
SUBJECT CODE: 34 [1 Marks for each question]
A. Choose the correct answer:
1. It is a set of computers and other units that are connected with each other. a. Internet b. Network c. Server d. Intranet 2. The physical identity of a computer is a. MAC address b. IP address c. host name d. both a and c 3. MAC address is composed of ________ hexadecimal digits. a. 4 b. 12 c. 6 d. 8 4. The first 6 hexadecimal digits of MAC address is called a. OUI b. IEEE c. NIC d. DHCP 5. It connects the computer in a network and maintain some routing information about the network. a. HUB b. Switch c. Server d. Router 6. The 8 pin connectors used to connect computers to a hub is called a. RJ45 b. AUX pin c. USB cable d. HDMI 7. It is a networking device used to interconnect two or more heterogeneous computer network. a. HUB b. switch c. server d. router 8. This protocol is designed to receive incoming emails. a. SMTP b.POP c. TCP d. http 9. Example of exit controlled loop- a. While b. do…while c. for d. nested loop 10.Which statement is used to specify that the program execute successfully. a. Int main () b. return 0; c. Void main d. Compiler 11.The set of consecutive memory location is called a. Array b. Loop c. Pointer d. Function 12.An array index starts with a. 1 b. 0 c. -2 d. -1 13.If arr[8] ={ G U W A H A T I} what is the value of 5th index arr5 of the array? a. A b. H c. T d. G 14.If the size of an array is 5 then the last index of the array will be a. 5 b. 4 c. 0 d. 6 15.Parameters of a function are also termed as a. Return type b. Arguments c. Recursive d. Input 16.The function that call another function to do a job is called a. Caller function b. Callee function c. Function call d. Recursive function 17.The variable that declare outside of any other function is called a. Global variable b. Public variable c. Int variable d. Private variable 18.__________ is an example of library function. a. Printf() b. Void c. Gets d. All of these 19.A for loop contains ____________ parts a. 3 b. 2 c. 6 d. 4 20.This loop can run at least one time even if the condition does not satisfy a. While b. for c. do…. While d. Nested loop 21.The loop which never end is called as a. Infinite loop b. forever loop c. hyper loop d. while loop 22.What is the maximum number of loop that can be written inside a loop. a. 1 b. 2 c. 3 d. infinity 23.A character array always start with a. 0 b. ? c. ; d. 7 24.We can refer a computer in a network by its a. HOST name b. MAC address c. IP address d. Smtp 25.The name of a wireless network is known as a. SSID b. wifi c. hotspot d. Router