Exam 1: Introduction to Programming and the Java Language

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A byte contains _____ bits.

Free
(Short Answer)
4.7/5
(43)
Correct Answer:
Verified

8

Which of the following is not a characteristic of Java?

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

C

Why would writing readable code help advance your career?

Free
(Essay)
4.9/5
(27)
Correct Answer:
Verified

Writing readable code allows someone else to take over the maintenance of your program while you move on to bigger and better responsibilities.

_________ is a method for expressing a program's order of instructions in the English language.

(Short Answer)
4.7/5
(30)

Machine language uses binary codes, or strings of As through Zs, to execute the instruction set of the CPU and to refer to memory addresses.

(True/False)
4.9/5
(40)

You have successfully compiled the file Hi.java. How do you run the corresponding program from the command line?

(Multiple Choice)
4.8/5
(37)

Give two examples of operating systems.

(Essay)
4.9/5
(37)

Which company introduced Java?

(Multiple Choice)
4.7/5
(39)

An Arithmetic Logic Unit (ALU) is also called:

(Multiple Choice)
4.9/5
(43)

A programmer is required to specify the flow of control because the order in which instructions are executed by the computer is critical in programming.

(True/False)
4.9/5
(43)

The decimal value of the Unicode character A is:

(Multiple Choice)
4.8/5
(38)

What is the name of the Java compiler?

(Multiple Choice)
4.8/5
(31)

How would you convert a binary number to a decimal number?

(Essay)
4.9/5
(27)

Main memory is made of DRAM.

(True/False)
4.8/5
(45)

GHz stands for gigahertz.

(True/False)
4.8/5
(32)

List the digits and characters used in hexadecimal representation.

(Essay)
4.9/5
(36)

The binary equivalent for the decimal number 12 is:

(Multiple Choice)
4.7/5
(34)

Which of the following specifications provides details regarding the CPU?

(Multiple Choice)
4.9/5
(32)

The hexadecimal number 8C is equivalent to which binary number?

(Multiple Choice)
4.9/5
(36)

Which of the following is not a benefit of readable code?

(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)