Zoe Cayetano
Quiz por , criado more than 1 year ago

Quiz sobre CSE 100: Principles of Programming with C++ Midterm Exam 1, criado por Zoe Cayetano em 13-02-2016.

233
2
0
Zoe Cayetano
Criado por Zoe Cayetano mais de 8 anos atrás
Fechar

CSE 100: Principles of Programming with C++ Midterm Exam 1

Questão 1 de 16

1

Preencha o espaço em branco para completar o texto.

When a program runs on a computer, the part of the computer that carries out the instructions is called the .

Explicação

Questão 2 de 16

1

Preencha o espaço em branco para completar o texto.

When a program runs on a computer, it is stored in the .

Explicação

Questão 3 de 16

1

Preencha o espaço em branco para completar o texto.

Monitors, printers, and status lights are all examples of devices.

Explicação

Questão 4 de 16

1

Preencha o espaço em branco para completar o texto.

Mice, trackpads, keyboards, scanners, and joysticks are all examples of devices.

Explicação

Questão 5 de 16

1

Preencha o espaço em branco para completar o texto.

When a program is not running, it is stored in a/an .

Explicação

Questão 6 de 16

1

Preencha o espaço em branco para completar o texto.

Flash drives, CDs, and external disks are all examples of storage (memory) devices.

Explicação

Questão 7 de 16

1

Preencha o espaço em branco para completar o texto.

At each step of its operation, the input to a central processing unit is a/an .

Explicação

Questão 8 de 16

1

Preencha o espaço em branco para completar o texto.

A is a binary digit, like 0 or 1.

Explicação

Questão 9 de 16

1

Preencha o espaço em branco para completar o texto.

A byte in memory is identified by a unique number called its .

Explicação

Questão 10 de 16

1

Preencha o espaço em branco para completar o texto.

In modern computer systems, a byte consists of bits.

Explicação

Questão 11 de 16

1

RAM, random-access memory, is called that because

Selecione uma das seguintes:

  • it is optimized for random number processing.

  • accesses are randomized to prevent clogging the control lines.

  • you can pick any two random locations and it will take the same time to access the data.

  • when power is turned off, its contents are lost and replaced by random bits.

  • none of the above.

Explicação

Questão 12 de 16

1

When a program is not running, it is stored

Selecione uma das seguintes:

  • on a disk.

  • in a level-2 cache (L2).

  • in main memory.

  • on the ethernet or wifi.

Explicação

Questão 13 de 16

1

An operating system

Selecione uma das seguintes:

  • is the chief hardware unit in a computer.

  • is loaded into the computer each time it needs to carry out an operation.

  • ensures that programs will not run on the computer at the same time.

  • allocates resources like memory to programs that are running.

  • all of the above.

Explicação

Questão 14 de 16

1

What best defines a "programming language"?

Selecione uma das seguintes:

  • It allows us to control a computer.

  • It allows us to make a calculation.

  • It allows us to execute a program.

  • It allows us to express an algorithm.

Explicação

Questão 15 de 16

1

Which of these is not a programming language?

Selecione uma das seguintes:

  • C

  • C++

  • HTML

  • Java

Explicação

Questão 16 de 16

1

Which of the following is not true?

Selecione uma das seguintes:

  • An algorithm allows ambiguity.

  • An algorithm, when carried out, must eventually stop.

  • An algorithm can be carried out by a human being.

Explicação