You are on page 1of 13

Chapter 1,4

Multiple Choice Questions


1.How many server are there in client-server architecture?
2. How many client are there in client-server architecture? three
3.Which architecture is more simpler to set up?
a. client-server architecture
b. peer-to-peer architecture
4.Machine that places the request to access the data, is generally called
as______________.
a. server machine
b. client machine
5.In which topology, every node is connected to 2 other nodes?
a.Star
b.Bus
c. Ring
6. Hub is associated with __________ network.
a.Star
b.Bus
c. Ring
7. In which topology, all nodes are connected in a single cable?
a.Star
b.Bus
c. Ring
8.In which topology, all nodes are connected in a circular closed
loop form.
a.Star
b.Bus
c. Ring
9.Star topology is basically based on a central device _________?
10.Physical or logical arrangement of network is _______.
11. In a ____ topology, a dedicated link connects a device to a central
controller.
a.Star
b.Bus
c. Ring
12. In a ________ topology, each device has a dedicated point-to-point
connection with exactly two other devices.
a. Star
b. Bus
c. Ring
13.In a client-server architecture, a single powerful
computer is called _______.
14.In a client-server architecture, multiple computers
are called____________.
15.In peer-to-peer architecture, each workstation has
equivalent _______ and _________.
16. In peer-to-peer architecture, do not
have________.
17. Peer-to-peer networks can be set up among
_______ computers.
18. _________is much simpler to set up in
comparison to client-server network.
19. The medium used for transmission of data between the
nodes on a network is called a ___________.
20. Peer-to-peer architecture is a type of network on which
each ___________ has equivalent capabilities and
responsibilities.
21. A specific type of network consisting of a single powerful
computer acting as a server, usually connected to multiple
computers called clients, is known as ___________.
22. Wireless communication is the transfer of information over
a distance without the use of ___________.
23. Microwaves, bluetooth, infrared rays are used in
__________communication.
24.A network consists of two or more computers linked together for the
purpose of sharing ________________.
25. When a network connects personal devices, it forms a _____________.
26. When computers are interconnected within a limited geographical area it
becomes a ________________.
27. A network connecting multiple LANs within the same campus is known as
________________.
28. When computers in different branches of an organisation are
interconnected within the same city, it becomes a _____________.
29. When a network is spread across cities, countries or even continents
covering a large geographical area, it becomes a ______________.
30. A __________ consists of two or more computers linked together for the
purpose of sharing resources.
A. True or false?
1. A computer requires instructions to perform any task.
2. RAD stands for Rapid Access Development.
3. BASIC supports an assembler as a translator.
4. The Interpreter converts an assembly language into a
machine
language.
5. First-generation languages use machine language.
1.-------------was used in the mid-1950s.
A. 1GL
B. 2GL
C. 3GL
D. 4GL
2.-------------is the high-level language.
A. 1GL
B. 2GL
C. 3GL
D. 4GL
3. Python, SQL and Matlab are examples of ----------------language.
A. 1GL
B. 2GL
C. 3GL
D. 4GL
4. The function and the execution of the functions in a step-by-step linear order is
called ---------------.
A. Modular Programming
B. Procedural Programming
C. Non-procedural Programming
D. Event-driven Programming

5. It is a code that executes in response to an event is called ---------------.


A. Modular Programming
B. Procedural Programming
C. Non-procedural Programming
D. Event-driven Programming
6. It is designed to detect events as they occur, and then deal with them using some event-handling
procedure.
A. Modular Programming
B. Procedural Programming
C. Non-procedural Programming
D. Event-driven Programming

7. This is a collection of binary digits or bits that the computer reads and interprets.
A. Machine Language
B. High-level Language
C. Assembly Language
D. Very high-level language

8. There are ______ generations of computer language.


A. 2
B. 3
C. 4
D. 5
9. Program used to convert or translate programs written in assembly code to machine code.
A. Assembler
B. Compiler
C. Interpreter
D. Coder

10. Program used to translate source code into intermediate code and immediately execute it line
by line is:
A. Assembler
B. Compiler
C. Interpreter
D. Coder

You might also like