Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
67 views2 pages

Informatics for Foundation Year Students

This document contains practice problems related to informatics: 1. Conversions between units of measurement for frequency, data storage, and hard drive space. 2. Conversions between decimal, binary, octal, and hexadecimal number systems. 3. More conversions between number systems, including some with exponents of two. 4. Boolean logic problems performing operations like AND, OR, and XOR on numbers in different bases. 5. Logic puzzles involving variables, inequality, and Boolean operations like NOT.

Uploaded by

Tang Piseth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

Informatics for Foundation Year Students

This document contains practice problems related to informatics: 1. Conversions between units of measurement for frequency, data storage, and hard drive space. 2. Conversions between decimal, binary, octal, and hexadecimal number systems. 3. More conversions between number systems, including some with exponents of two. 4. Boolean logic problems performing operations like AND, OR, and XOR on numbers in different bases. 5. Logic puzzles involving variables, inequality, and Boolean operations like NOT.

Uploaded by

Tang Piseth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Institute of Technology of Cambodia Department of Foundation Year

1.
a. 1234 Hz Khz Mhz
b. 2.4 Ghz Khz, Mhz Hz
c. 800 Mhz ?
d. 40 MB KB Byte
e. 36.8 GB MB, KB Byte
f. Hard disk 96 GB Disk Drive
512 MB ?
2.
a. 183 10 2 8 16
b. 1689 10 8 16
c. 533 8 10 16
d. 1011001010 2 10 8 16
e. E7D 16 8 10
f. 567 8 16 10 2
g. 11100011001 2 8 16 10
h. 8B6 16 2 8 10
i. 879 10 16 8 2
j. 538 8 10 2 16
k. 369 10 16 8 2
l. 9A6E 16 8 2 10
m. 11011100011 2 16 8 10
n. 8987 10 16 8 2
o. B9D5 16 8 10 2
3. ២
a. 253 10
b. 10110101000 2
c. 256 8
d. 58D 16
e. 11100110101 2
f. 6175 10
g. B7C 16
h. 754 8

By: Mr. SOY Sokhom(TC) Page: 1 Subject: Informatics


Institute of Technology of Cambodia Department of Foundation Year

4. ( ២)
a. (1100010111)2 AND (101010101100)2
b. (3562)8 OR (6354)8
c. (548)10 AND (A36)16
d. (873)10 XOR (956)10
e. NOT((3536)10 OR (574)8)
f. (C78)16 AND (NOT(6352)8)
g. NOT((653)8) XOR (218)10
h. (67C)16 AND (101100110101)2
i. (665)8 OR (NOT(521)10)
j. (778)10 XOR (9FA)16
k. (3456)16 OR (5432)16
l. (7376)8 XOR (6625)8

5.
a. X ។
(NOT(X≤200)) ។
X។
b. a b។
(( ) AND (NOT(a≠b))) ។

c. a, b c។

(((a≠b)AND(b≠c))AND(c≠a)) ។



d.
។ ។

By: Mr. SOY Sokhom(TC) Page: 2 Subject: Informatics

You might also like