Presentation is loading. Please wait.

Presentation is loading. Please wait.

IClicker Questions CNIT 201E Last revised 1-21-10.

Similar presentations


Presentation on theme: "IClicker Questions CNIT 201E Last revised 1-21-10."— Presentation transcript:

1 iClicker Questions CNIT 201E Last revised 1-21-10

2 After 1.3

3 When rumors go from one person to another, the final message is different than the starting one. Which communication rule is being violated? A. Identify sender and receiver B. Method C. Language D. Speed and timing of delivery E. Confirmation 1 of 5

4 What protocol is used to obtain Web pages from a server? A. HTTP B. SMTP C. POP D. XMPP E. SIP 2 of 5

5 What protocol is used for VoIP phone calls? A. HTTP B. SMTP C. POP D. XMPP E. SIP 3 of 5

6 What device is this? A. LAN Switch B. LAN Media C. Wireless Media D. WAN Media E. Cloud 4 of 5

7 What device is this? A. LAN Switch B. Firewall C. Router D. Wireless Router E. Cloud 5 of 5

8 After 1.44

9 Which characteristic of network architecture depends on redundant links? A. Fault tolerance B. Scalability C. Quality of service D. Security E. All of the above 1 of 5

10 Which characteristic of network architecture depends on a hierarchical layered design? A. Fault tolerance B. Scalability C. Quality of service D. Security E. All of the above 2 of 5

11 Which terms best describe the modern Internet architecture? A. Packet switched connectionless B. Packet switched connection-oriented C. Circuit switched connectionless D. Circuit switched connection-oriented E. None of the above 3 of 5

12 Which feature of network architecture enables manufacturers to build new devices with confidence that they will work properly with the existing infrastructure? A. Hierarchical layered structure B. Peering C. Standards D. Distributed services E. None of the above 4 of 5

13 Which traffic type requires the lowest quality of service priority? A. Phone calls B. Streaming video C. Stock purchases D. Email E. SCADA signals to control power plant machinery 5 of 5

14 After 1.6

15 Which of these features are provided in a secure network? A. Confidentiality B. Integrity C. Availability D. All of the above E. None of the above 1 of 4

16 Which of these features are provided by using checksums? A. Confidentiality B. Integrity C. Availability D. All of the above E. None of the above 2 of 4

17 Which of these features are provided by a firewall? A. Confidentiality B. Integrity C. Availability D. All of the above E. None of the above 3 of 4

18 Which of these features are provided by antivirus software? A. Confidentiality B. Integrity C. Availability D. All of the above E. None of the above 4 of 4

19 Binary Lesson 1 Nybbles

20 Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values: 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 147 = 1*100 + 4*10 + 7 147 = 1*100 + 4*10 + 7 Or 1*10^2 + 4*10^1 + 7*10^0 Or 1*10^2 + 4*10^1 + 7*10^0

21 Base Ten 1 4 71 4 71 4 71 4 7 Ones place Number of ones 10^0 Tens place Number of tens 10^1 Hundreds place Number of hundreds 10^2

22 Base Two Binary Numbers Binary Numbers Each place has one of these values: Each place has one of these values: 0 1 0 1 11 = 1 * 2 + 1 = 3 11 = 1 * 2 + 1 = 3 Or 1*2^1 + 2^0 Or 1*2^1 + 2^0

23 Base Two 1 0 11 0 11 0 11 0 1 Ones place Number of ones 2^0 Twos place Number of twos 2^1 Fours place Number of fours 2^2

24 Counting to 7 Base TwoBase Ten Base TwoBase Ten 0 0 0 0 1 1 1 1 10 2 10 2 11 3 11 3 100 4 100 4 101 5 101 5 110 6 110 6 111 7 111 7

25 Four Bits Make a Nybble 1 0 0 11 0 0 11 0 0 11 0 0 1 8s 4s2s1s

26 Counting to 15 Base Two Base TenBase Two Base Ten Base Two Base TenBase Two Base Ten 0 0 1000 8 0 0 1000 8 1 1 1001 9 1 1 1001 9 10 2 1010 10 10 2 1010 10 11 3 1011 11 11 3 1011 11 100 4 1100 12 100 4 1100 12 101 5 1101 13 101 5 1101 13 110 6 1110 14 110 6 1110 14 111 7 1111 15 111 7 1111 15

27 Binary Lesson 1 Nybbles

28 Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values: 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 147 = 1*100 + 4*10 + 7 147 = 1*100 + 4*10 + 7 Or 1*10^2 + 4*10^1 + 7*10^0 Or 1*10^2 + 4*10^1 + 7*10^0

29 Base Ten 1 4 71 4 71 4 71 4 7 Ones place Number of ones 10^0 Tens place Number of tens 10^1 Hundreds place Number of hundreds 10^2

30 Base Two Binary Numbers Binary Numbers Each place has one of these values: Each place has one of these values: 0 1 0 1 11 = 1 * 2 + 1 = 3 11 = 1 * 2 + 1 = 3 Or 1*2^1 + 2^0 Or 1*2^1 + 2^0

31 Base Two 1 0 11 0 11 0 11 0 1 Ones place Number of ones 2^0 Twos place Number of twos 2^1 Fours place Number of fours 2^2

32 Counting to 7 Base TwoBase Ten Base TwoBase Ten 0 0 0 0 1 1 1 1 10 2 10 2 11 3 11 3 100 4 100 4 101 5 101 5 110 6 110 6 111 7 111 7

33 Four Bits Make a Nybble 1 0 0 11 0 0 11 0 0 11 0 0 1 8s 4s2s1s

34 Counting to 15 Base Two Base TenBase Two Base Ten Base Two Base TenBase Two Base Ten 0 0 1000 8 0 0 1000 8 1 1 1001 9 1 1 1001 9 10 2 1010 10 10 2 1010 10 11 3 1011 11 11 3 1011 11 100 4 1100 12 100 4 1100 12 101 5 1101 13 101 5 1101 13 110 6 1110 14 110 6 1110 14 111 7 1111 15 111 7 1111 15

35 iClicker Questions Nybbles

36 What is 7 in binary? A. 10 B. 100 C. 1000 D. 1101 E. 0111 1 of 5

37 What is 101 in decimal? A. 1 B. 2 C. 5 D. 6 E. 7 2 of 5

38 Convert the decimal value 10 to binary: A. 1 B. 10 C. 2 D. 1000 E. 1010 3 of 5

39 Convert the binary value 10 to decimal: A. 1 B. 10 C. 2 D. 1000 E. 1010 4 of 5

40 Convert the binary value 1011 to decimal: A. 1 B. 10 C. 11 D. 13 E. 14 5 of 5


Download ppt "IClicker Questions CNIT 201E Last revised 1-21-10."

Similar presentations


Ads by Google