You are on page 1of 5

Computer General Test

Name:------------------------ , R.no:--------
1. Hexadecimal Addition of (3A5) 16  and (1B2)16 will give :
a) 557 b) 185 c) 815 d) 516
2. The 2’s complement of 10.11 :
a) 10 b) 0.010 c) 01.01 d) 10.01
3. A group of bits used to represent a symbol is called a ____________
a) byte b) memory
c) nibble d) code
4. The language made up of binary coded instructions.
a) Machine b) C
c) BASIC d) High level
5. A program that reads each of the instructions in mnemonic form and translates it into
the machine-language equivalent.
a) Machine language b) Assembler
c) Interpreter d) C program
6. When an algorithm is written in the form of a programming language, it becomes a
_________
a) Flowchart b) Program
c) Pseudo code d) Syntax
7. Another name for 1-D arrays.
a) Linear arrays b) Lists
c) Horizontal array d) Vertical array
8. A term that defines the direction of flow of information between devices.
a) interconnectivity b) intra connectivity
c) transmission mode d) transmission
9. A transmission that generally involves dedicated circuits.
a) simplex b) half duplex
c) full duplex d) semi-duplex
10. A communication between a computer and a keyboard involves
____________ duplex transmission.
a) simplex b) half duplex
c) full duplex d) semi-duplex
11. Telephone networks operate in which mode?
a) simplex b) half duplex
c) full duplex d) semi-duplex
12.  A topology that is responsible for describing the geometric arrangement of
components that make up the LAN.
a) Complex b) Physical
c) Logical d) Incremental
13. A term that refers to the way in which the nodes of a network are linked
together.
a) network b) topology
c) connection d) interconnectivity
14. Which of the following isn’t a characteristic of High level languages?
a) machine code b) platform independent
c) interactive execution d) user-friendly
15. The result obtained on subtraction using 2’s complement of 1111-0010 will be
_________
a) 11101 b) 11011 c) 1101 d) 1011
16.  A __________ gate gives the output as 1 only if all the inputs signals are 1.
a) AND b) OR c) EXOR d) NOR
17. The boolean expression of an OR gate is _______
a) A.B b) A’B+AB’ c) A+B d) A’B’
18. Which of the following gate will give a 0 when both of its inputs are 1?
a) AND b) OR c) NAND d) EXOR
19. The gate which is called an inverter is called _________
a) NOR b) NAND c) EXOR d) NOT
20. he following figure shows a ___________ gate.

a) NOR b) NAND c) EXOR d) OR

----------------------------------------------------------------------------
Q.2: a. Simplify and make a logical gates for the following Logical expressions
a. A’(A + B) + (B + AA)(A + B)
b. {(A + (~C )} (AD +AD) + AC +C
Q.3: Make expression for the given circuit and simplify the expression.

Q: Draw a flowchart using LOOP structure to input numbers and display their
addition, subtraction, and multiplication.

Q: Draw a flowchart for the following steps.


Step 1: Input two numbers (X and Y)
Step 2: Find the output of (X - Y)
Step 3: Find output of (X^Y)
Step4: Find output of (a÷b)
Step 5: If X or Y are both zeros then stop ELSE Goto step -1

Q: Fill in the blanks


A ---------------of interconnected computers and computerized peripherals such as
printers is called --------------------. This ---------------- among computers facilitates
information sharing among them. Computers may ----------- to each other by either
wired or -----------------------media. A network of networks is called an ---------------, or
simply the internet. It is the ------------------ network in existence on this planet.The
internet hugely connects all WANs and it can have connection to LANs and Home
networks. Internet uses ----------------- protocol suite and uses IP as its addressing
protocol.
----------------------: It is the information or data to be communicated. It can consist of
text, numbers, pictures, sound or video or any combination of these.
 ---------------------: It is the device/computer that generates and sends that message.
 ---------------------: It is the device or computer that receives the message.
 -------------------: It is the channel or physical path through which the message is
carried from sender to the receiver.
----------------: It is a set of rules that govern the communication between the devices.
Both sender and receiver follow same rules to communicate with each other.
Q: ---------------------------------------(OCR) is a data capture technique, which enables the
------------------- to read printed or hand-written documents directly.The ---------------------
are formed onto the document by a Typewriter or computer Printer using a specialtype
font. Handwriting can also be recognized if the characters have been carefully/well
formed.The ------------------- is done by OCR, which can be connected directly to the
---------------------------. An ------------------------ is able to distinguish one character from
another by its shape. As the OCR reads/ scans the document, each character reflects
different amounts of light, which is sensed by the OCR using a photoelectric device&
converts the shape sensed into electronic signals. These signals represent a particular
pattern. Note. The ----------------------- has a memory that stores reference patterns for a
given character set or font.The sensed pattern is then compared with the stored
patterns of the characters, which the reader can recognize. If a -------------------- is
found, the character sensed is identified; otherwise, the document may be rejected by
the ----------------.

Q:
Definition - What does Storage Device mean?
A ----------------------------- is any type of computing hardware that is used for storing,
porting or extracting data files and objects. ------------------- can ----------- and
------------information both -------------------------- and permanently. They may be
---------------- or external to a computer, server or computing device.
Generally smaller in size, --------------------- devices are designed to hold data
temporarily and are -------------------- to the computer. They have the -----------------------
data access speed. These types of devices include --------------------and cache memory.
The disk ------------------ is divided into concentric circles called ----------- Dividing the
surface in this way provides physical addresses to remember where data is saved.

A network comprising of multiple topologies.


a) Complex b) Hybrid
c) Bus d) Star
How many AND gates are required to realize the following expression Y=AB+BC?
a) 4 b) 8 c) 1 d) 2
The expression of a NAND gate is_______
a) A.B b) A’B+AB’ c) (A.B)’ d) (A+B)’
Which of the following is not the Networking Devices?
A. Gateways B. Linux C. Routers D. Firewalls
What is the use of Bridge in Network?
A. to connect LANs B. to separate LANs
C. to control Network Speed D. All of the above

You might also like