Exam 1: Introduction to Programming and the Java Language

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

Convert 162 into a binary number. Show your work.

(Essay)
4.8/5
(43)

Compare the causes of compiler, run-time, and logic errors.

(Essay)
4.9/5
(45)

Which of the following criteria is used to choose a programming language?

(Multiple Choice)
4.9/5
(33)

Java's syntax is similar to the syntax of the ______ programming language.

(Short Answer)
4.8/5
(39)

An operating system can schedule multiple programs to run during the same time interval.

(True/False)
4.9/5
(41)

A CPU rated at 1 GHz is capable of executing 1 million instructions per second.

(True/False)
4.9/5
(45)

When you successfully compile the file Hi.java, the file __________ is created.

(Multiple Choice)
4.8/5
(35)

Every Java application must define a class and a main method. Execution of a Java application always begins with the code inside __________.

(Short Answer)
4.9/5
(40)

Each instruction in a computer program is executed using a Fetch-Decode-Execute cycle.

(True/False)
4.8/5
(39)

Linux is an example of application software.

(True/False)
4.9/5
(39)

The Java compiler converts Java source code into ________, which is a machine language for a virtual machine.

(Short Answer)
4.8/5
(46)

The hexadecimal number C1 is equivalent to which decimal number?

(Multiple Choice)
4.8/5
(43)

The binary number 1010 is equivalent to which hexadecimal number?

(Multiple Choice)
4.7/5
(36)

Memory chips contain __________, each containing a bit, which can store either a 0 or a 1.

(Short Answer)
4.8/5
(35)

Rewrite 1010 1100 0111 0010 as a hexadecimal number.

(Short Answer)
4.9/5
(27)

Unicode is a world standard to represent __________.

(Short Answer)
4.9/5
(29)

Two forward slashes in a Java application indicate comments for information, not instructions to be executed.

(True/False)
4.9/5
(47)

Cache memory is hardware.

(True/False)
4.9/5
(48)

Which of the following is not a hexadecimal digit?

(Multiple Choice)
4.9/5
(44)

What does it mean for a program to be readable?

(Essay)
4.9/5
(35)
Showing 21 - 40 of 47
close modal

Filters

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