ICS Final 2024

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Which of the Boolean operations produces the output 1 for the fewest number of input patterns?

AND

2
New cards

Which bit pattern represents the value 9 in two’s complement notation?

00001001

3
New cards

Which of the following is not contained in a CPU?

Program counter

4
New cards

Which of the following instructions changes the contents of a memory cell?

30AB

5
New cards

Which of the following instructions changes the contents of register 7?

4057

6
New cards

Which of the following locations is information most readily available for manipulation by the CPU?

General-purpose registers

7
New cards

An ARM based processor is an example of what kind of computer architecture?

RISC (Reduced Instruction Set Computer) architecture

8
New cards

Which of the following is an activity?

Process

9
New cards

Which of the following is a representation?

Program

10
New cards

Add and interpret validity: 1011 + 1010

0101 (invalid)

11
New cards

Add and interpret validity: 1001 + 0011

1100 (valid)

12
New cards

Convert hexadecimal value to binary: 0×7C

01111100

13
New cards

What decimal value is represented by the following hexadecimal coded two’s complement value: 0×7C

6

14
New cards

What fraction or mixed number is represented by the following hexadecimal coded book format floating point value: 0×7C

124

15
New cards

11011001 AND 11110000

11010000

16
New cards

11011001 OR 11110000

11111001

17
New cards

Describe the machine cycle

  1. Fetch

  2. Decode

  3. Execute

18
New cards

What type of communication best describes the case where one computer tells many others the same thing at once?

Multicast

19
New cards

Which network protocol makes a guarantee that the message will be delivered?

TCP

20
New cards

Which layer of the TCP/IP hierarchy decides the direction in which message segments are transferred across the Internet?

Network

21
New cards

Which of the following components of an operating system handles the details associated with peripheral equipment?

Device drivers

22
New cards

Which of the following is not a role of a typical operating system?

Assist the computer user in the task of processing digital photographs

23
New cards