Chapter2 Flashcards
What are the functions of the computers?
1) processing (CPU)
2) storage (HD, USB, CD, DVD, Blueray, SSD, SD-Card)
3) Output devices (Printer, Speaker, Monitor, Projector, Headphones, TV Screen, Projector, Tactile devices, Braille display ”send data out of the computer”)
4) communication devices (Modem, Network card, Bluetooth, WI-FI Card)
5) input devices (keyboard, graphics tablet, microphone, webcam, touchscreen, scanner, mouse, ocr reader “enters data & instructions”)
How can you convert from decimal to binary?
Keep dividing the number by two removing any fraction on the odd numbers plate a 1 and the even numbers place a 0 until you reach 1 this will be your binary number writing it from down to up starting from the 1
How can you convert from binary to decimal?
You get the number and put it on the 8 weight scale and see its value in the 2^N (1,2,4,8,16,32,64,128)and add there totals
How do you represent texts?
1) using ASCII characters (each character has 8-bit code, 256 unique codes for 26 letters, 10 digits, special characters)
2) Unicode (supports more than 100,000 unique characters, uses 32 bits, includes Chinese, Arabic, Japanese characters)
What is meant by digitization?
Representation of audio, video, & photos using binary system devices used in such a thing are called analogue-to-digital convertors (ADC)
What is the binary system?
The system used to store, process & exchange data in computers, having two symbols 1 & 0
What is a Bit?
A binary digit, Its the smallest unit of information a computer can process of value 0 or 1
Why is the binary system used in computers?
It is more suitable as it is easy to store by the use of electricity, easy to process having operations of 2 values, easy to read as there is only two values, it is a easy way to represent numbers, text, instructions, photos, videos, etc
1 byte is equal to how many bits?
8
How many values a byte can represent?
256
2^N
A kilobyte is how many bytes?
1KB = 1000 Bytes
A megabyte is how many bytes?
1MB = 1million bytes = 1000KB
A GIGABYTE is how many bytes?
1GB = 1000 MB = 1 Billion bytes
A Tera byte is how many bytes?
1TB = 1000GB = 1 TRILLION BYTES
A Petabyte is how many bytes?
1PB = 1000 TB = 1 Quadrillion bytes