jrkjlove
Quiz por , criado more than 1 year ago

Quiz sobre C# Chapter 1, criado por jrkjlove em 06-09-2014.

235
0
0
Sem etiquetas
jrkjlove
Criado por jrkjlove quase 10 anos atrás
Fechar

C# Chapter 1

Questão 1 de 48

1

A(n) __________ is a set of instructions that a computer follows to perform a task.

Selecione uma das seguintes:

  • compiler

  • program

  • interpreter

  • programming language

Explicação

Questão 2 de 48

1

The physical devices that a computer is made of are referred to as __________.

Selecione uma das seguintes:

  • hardware

  • software

  • the operating system

  • tools

Explicação

Questão 3 de 48

1

The part of a computer that runs programs is called __________.

Selecione uma das seguintes:

  • RAM

  • secondary storage

  • main memory

  • the CPU

Explicação

Questão 4 de 48

1

Today, CPUs are small chips known as __________.

Selecione uma das seguintes:

  • ENIACs

  • microprocessors

  • memory chips

  • operating systems

Explicação

Questão 5 de 48

1

The computer stores a program while the program is running, as well as the data
that the program is working with, in __________.

Selecione uma das seguintes:

  • secondary storage

  • the CPU

  • main memory

  • the microprocessory

Explicação

Questão 6 de 48

1

__________ is a volatile type of memory that is used only for temporary storage
while a program is running.

Selecione uma das seguintes:

  • RAM

  • secondary storage

  • the disk drive

  • the USB drive

Explicação

Questão 7 de 48

1

A type of memory that can hold data for long periods of time—even when there is
no power to the computer—is called __________.

Selecione uma das seguintes:

  • RAM

  • main memory

  • secondary storage

  • CPU storage

Explicação

Questão 8 de 48

1

A component that collects data from people or other devices and sends it to the
computer is called __________.

Selecione uma das seguintes:

  • an output device

  • an input device

  • a secondary storage device

  • main memory

Explicação

Questão 9 de 48

1

A video display is a(n) __________ device.

Selecione uma das seguintes:

  • output device

  • input device

  • secondary storage device

  • main memory

Explicação

Questão 10 de 48

1

A __________ is enough memory to store a letter of the alphabet or a small number.

Selecione uma das seguintes:

  • a byte

  • bit

  • switch

  • transisitor

Explicação

Questão 11 de 48

1

A byte is made up of eight __________.

Selecione uma das seguintes:

  • CPUs

  • instructions

  • variables

  • bits

Explicação

Questão 12 de 48

1

In the __________ numbering system, all numeric values are written as sequences of
0s and 1s.

Selecione uma das seguintes:

  • hexadecimal

  • binary

  • octal

  • decimal

Explicação

Questão 13 de 48

1

A bit that is turned off represents the following value: __________.

Selecione uma das seguintes:

  • 1

  • -1

  • 0

  • "no"

Explicação

Questão 14 de 48

1

A set of 128 numeric codes that represent the English letters, various punctuation
marks, and other characters is __________.

Selecione uma das seguintes:

  • binary numbering

  • ASCII

  • Unicode

  • ENIAC

Explicação

Questão 15 de 48

1

An extensive encoding scheme that can represent the characters of many of the lan-
guages in the world is __________.

Selecione uma das seguintes:

  • binary numberin

  • Unicode

  • ASCII

  • ENIAC

Explicação

Questão 16 de 48

1

Negative numbers are encoded using the __________ technique.

Selecione uma das seguintes:

  • two's complement

  • floating point

  • ASCII

  • Unicode

Explicação

Questão 17 de 48

1

Real numbers are encoded using the __________ technique.

Selecione uma das seguintes:

  • two's complement

  • floating point

  • ASCII

  • Unicode

Explicação

Questão 18 de 48

1

The tiny dots of color that digital images are composed of are called __________.

Selecione uma das seguintes:

  • bits

  • bytes

  • color packets

  • pixels

Explicação

Questão 19 de 48

1

If you were to look at a machine language program, you would see __________.

Selecione uma das seguintes:

  • c# code

  • a stream of binary numbers

  • English words

  • circuits

Explicação

Questão 20 de 48

1

In the __________ part of the fetch-decode-execute cycle, the CPU determines which
operation it should perform.

Selecione uma das seguintes:

  • fetch

  • decode

  • execute

  • immediately after the instruction is executed

Explicação

Questão 21 de 48

1

Computers can execute only programs that are written in __________.

Selecione uma das seguintes:

  • C#

  • assembly language

  • machine language

  • Java

Explicação

Questão 22 de 48

1

The __________ translates an assembly language program to a machine language
program.

Selecione uma das seguintes:

  • assembler

  • compiler

  • translator

  • interpreter

Explicação

Questão 23 de 48

1

The words that make up a high-level programming language are called __________.

Selecione uma das seguintes:

  • binary instructions

  • mnemonics

  • commands

  • keywords

Explicação

Questão 24 de 48

1

The rules that must be followed when writing a program are called __________.

Selecione uma das seguintes:

  • syntax

  • punctuation

  • keywords

  • operators

Explicação

Questão 25 de 48

1

A(n) __________ is a program that translates a high-level language program into a
separate machine language program.

Selecione uma das seguintes:

  • assembler

  • compiler

  • translator

  • utility

Explicação

Questão 26 de 48

1

A __________ is any hypothetical person using a program and providing input for
it.

Selecione uma das seguintes:

  • designer

  • user

  • guinea pig

  • test subject

Explicação

Questão 27 de 48

1

A __________ error does not prevent the program from running but causes it to
produce incorrect results.

Selecione uma das seguintes:

  • syntax

  • hardware

  • logic

  • fatal

Explicação

Questão 28 de 48

1

A(n) __________ is a set of well-defined logical steps that must be taken to perform
a task.

Selecione uma das seguintes:

  • logarithm

  • plan of action

  • logic schedule

  • algorith

Explicação

Questão 29 de 48

1

An informal language that has no syntax rules and is not meant to be compiled or
executed is called __________.

Selecione uma das seguintes:

  • faux code

  • pseudocode

  • C#

  • a flowchart

Explicação

Questão 30 de 48

1

A __________ is a diagram that graphically depicts the steps that take place in a
program.

Selecione uma das seguintes:

  • flowchart

  • stepchart

  • code graph

  • program graph

Explicação

Questão 31 de 48

1

Objects that are visible in a program’s graphical user interface are commonly re-
ferred to as __________.

Selecione uma das seguintes:

  • buttons

  • controls

  • forms

  • windows

Explicação

Questão 32 de 48

1

A __________ is code that describes a particular type of object.

Selecione uma das seguintes:

  • namespace

  • blueprint

  • schema

  • class

Explicação

Questão 33 de 48

1

The __________ is a collection of classes and other code that can be used, along with
a programming language such as C#, to create programs for the Windows operating
system.

Selecione uma das seguintes:

  • .NET framework

  • Standard Template Library

  • GUI framework

  • MSDN Library

Explicação

Questão 34 de 48

1

The __________ is the part of a computer with which the user interacts.

Selecione uma das seguintes:

  • central processing unit

  • user interface

  • control system

  • interactivity system

Explicação

Questão 35 de 48

1

Before GUIs became popular, the __________ interface was the most commonly
used.

Selecione uma das seguintes:

  • command line

  • remote terminal

  • sensory

  • event-driven

Explicação

Questão 36 de 48

1

__________ programs are usually event driven.

Selecione uma das seguintes:

  • command line

  • text-based

  • GUI

  • procedural

Explicação

Questão 37 de 48

1

Today, CPUs are huge devices made of electrical and mechanical components such
as vacuum tubes and switches.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 38 de 48

1

Main memory is also known as RAM.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 39 de 48

1

Any piece of data that is stored in a computer’s memory must be stored as a binary
number.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 40 de 48

1

Images, such as the ones you make with your digital camera, cannot be stored as
binary numbers.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 41 de 48

1

Machine language is the only language that a CPU understands.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 42 de 48

1

Assembly language is considered a high-level language.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 43 de 48

1

An interpreter is a program that both translates and executes the instructions in a
high-level language program.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 44 de 48

1

A syntax error does not prevent a program from being compiled and executed.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 45 de 48

1

Windows, Linux, UNIX, and Mac OS are all examples of application software.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 46 de 48

1

Word processing programs, spreadsheet programs, e-mail programs, Web browsers,
and games are all examples of utility programs.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 47 de 48

1

Programmers must be careful not to make syntax errors when writing pseudocode
programs.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 48 de 48

1

C# provides only the basic keywords and operators that you need to construct a
program.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação