Coding - Unit 1 Lesson 1 Flashcards
It is the responsibility of a computer’s operating system to manage system resources, such as memory allocation and the amount of processor time given to programs.
True
The instructions executed by a computer when it is first turned on are stored in the computer’s random-access memory.
False
Software designed for one operating system will usually work just as well on a different operating system.
False
The instructions actually executed by a computer must be translated into machine language before the computer can understand them.
True
The assembler programming language is an example of a high-level language.
False
Programs written in a high-level language are generally easier to move and adapt to a different computer than programs written in a low-level language.
True
Programs written in a high-level language usually run more quickly than programs written in a low-level language.
False
Interpreted programs will generally run faster than a compiled program.
False
HTML is a language used primarily to create Web pages.
True
JavaScript is a powerful language used to quickly build GUI based application programs.
False
What is the name for a set of instructions put into a logical sequence that are to be executed by a computer?
program
What is the name for the set of programs that control operations within the computer and manages the execution of other programs running on the computer?
operating system
Which of the following terms is used to describe the device within a computer that actually executes the program instructions?
the microprocessor
Which of the programming languages below is most like machine language?
assembly language
Which of the following items is one advantage of writing a program in a low-level language?
they usually require less memory