Computer Science Notes
Computer Science Notes
Memory Units
Q1: Write your complete name (including spaces) and then count number of bytes & bits
required to store your full name in memory.
Ans 1: Mateen Khan: This name will require 11 bytes that are equal to 11*8 = 88.
Q2: Write the complete relation between all memory units (bits, nibble, byte, KB, MB, GB
& TB)
such as....
Ans 2)
1 Nibble = 4 bits
1 Byte = 8 bits
1 KB =1000 Byte
1 MB = 1000 KB
1 GB = 1000 MB
1 TB = 1000 GB
Data Transmission
Q1) What is transmission?
Ans1) It is the transfer of data from one place to another.
Q2) Name the three factors involved in data transmission?
Ans 2) The three factors are: direction of the data transmission, method of transmission, method
of synchronization.
Q3) Describe with examples the types of data transmission according to direction factor?
Ans 3: The three types are:
Simplex data transmission: In one direction only. Example: data being sent from a computer to a
printer.
Half Duplex data transmission: In both directions but not at the same time. Example: a phone
conversation between two people where only one person speaks at a time.
Full Duplex data transmission: In both directions simultaneously. Example: a broadband
connection on a phone line.
Q4) Describe with examples the types of data transmission according to method?
Ans4) SERIAL DATA TRANSMISSION: When data is sent, one bit at a time, over a single
wire or channel. Example: sending data from a computer to a modem for
transmission over a telephone line.
PARALLEL DATA TRANSMISSION is when several bits of data (usually 1 byte) are sent
down several wires or channels at the same time. Example: sending data to a printer from a
computer using a ribbon connector.
Accessing the internet
Cut: Ctrl + X
Copy: Ctrl + C
Paste: Ctrl + V
Undo: Ctrl + Z
Redo: Ctrl + Y
Bold: Ctrl + B
Italic: Ctrl + I
Underline: Ctrl + U
Left Align: Ctrl + Shift + U
Center Align: Ctrl + Shift + E
Right Align: Ctrl + Shift + R
Justify: Ctrl + Shift + J
Save document: Ctrl + S Print document: Ctrl + P