Term 2: Keywords Flashcards
(25 cards)
What is a programming language?
A programming language is a formal set of instructions that can be used to produce various kinds of output, such as software applications.
True or False: Python is a compiled programming language.
False
Fill in the blank: The main purpose of input devices is to __________.
provide data and control signals to a computer.
Which of the following is an example of an output device? A) Keyboard B) Monitor C) Mouse
B) Monitor
What is the primary function of a server?
To manage network resources and provide services to clients.
True or False: A switch is a type of network device.
True
What is the difference between a server and a client?
A server provides resources and services, while a client accesses and uses those resources.
Which programming language is known for its use in web development?
JavaScript
Fill in the blank: An example of an input device is a __________.
keyboard.
What type of device is a router?
A network device that forwards data packets between computer networks.
Which of the following is a high-level programming language? A) Assembly B) C++ C) Machine Code
B) C++
True or False: A printer is an input device.
False
What does the term ‘network latency’ refer to?
The delay before a transfer of data begins following an instruction for its transfer.
Fill in the blank: The __________ is responsible for translating high-level programming code into machine code.
compiler.
What is an embedded system?
A computer designed to perform dedicated functions within a larger system.
Which device connects multiple devices on a network and filters traffic?
Switch
What is the role of an operating system in relation to programming languages?
It provides an environment for executing programs written in various programming languages.
True or False: HTML is considered a programming language.
False
Fill in the blank: __________ devices are used to display information from a computer.
Output
What is the purpose of a firewall in a network?
To monitor and control incoming and outgoing network traffic based on security rules.
Which of the following protocols is commonly used for web traffic? A) FTP B) HTTP C) SNMP
B) HTTP
What is a client-server architecture?
A model that divides tasks or workloads between service providers (servers) and service requesters (clients).
True or False: The CPU is considered an input device.
False
What is the main advantage of using a high-level programming language?
It is easier to read and write compared to low-level languages.