Quiz1-Intro to Comp & Programming Flashcards
programs that use an interpreter generally execute faster than compiled programs because they are already entirely translated into machine language when executed. (T/F)
False
System software typically includes applications that people normally use most often on their computers, such as word processing programs, games, or web browsers.(T/F)
False
Assembly languages is referred to as a high-level language because it is similar to the C++ language.(T/F)
False
The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.(T/F)
True
The CPU understands binary instructions.(T/F)
True
A bit that is turned off is represented by the value -1.(T/F)
False
represented by 0
The main reason to use secondary storage is to hold data for long periods of time, even when the power to the computer is turned off.(T/F)
True
Ram is volatile memory which means it cannot be erased.(T/F)
False
The term “software” refers to all the physical devices , or components, that a computer is made of.(T/F)
False
Hardware
A syntax error does not prevent a program from being compiled and executed.(T/F)
False
logic errors
IDEs are specialized software packages that help programmers write programs.(T/F)
True
Interpreted programs always execute faster than compiled programs.(T/F)
False
A(n) _________ is a program that translates a high level language into a machine language program.
Compiler
A bit that is turned off is represented by the value -1.(T/F)
False
represented by 0
A(n) _________ is a software package that usually consists of a text editor, a compiler or interpreter, and tools to test and debug programs.
IDE: Integrated Development Enviorment
*IDEs are designed to make it easier for developers to write, test, and debug code by providing a single interface for all the tools and features needed for software development. Some popular IDEs include Visual Studio, Eclipse,
___________ is used to encode real numbers to store them in the computer’s memory.
Floating-point notation
A bit that is turned off is represented by the value -1.(T/F)
False
represented by 0
_________ is an extensive encoding scheme that is compatible with ASCII
Unicode (1991)
Unicode is an information technology standard for the consistent encoding, representation, and handling of text expressed in most of the world’s writing systems
The physical devices that make up a computer are its ___________.
Hardware