If information is transmitted faster than it can be processed, it can be held in a ________ while it awaits processing.

A) stack
B) queue
C) static array
D) static deque
E) None of the above


B) queue

Computer Science & Information Technology

You might also like to view...

____ is a markup language, meaning it describes the layout of a Web page onscreen.

A. Java B. HTML C. C++ D. Visual Basic

Computer Science & Information Technology

What is a software program that parses through binary code syntax and finds areas of weak code?

A. development tool B. code repository C. IDE D. code analyzer

Computer Science & Information Technology

The company where Derek works has tasked him with setting up and securing a SOHO router. He wants to make sure the wireless network is secure and that no unauthorized person can gain access to the network.   What is the first step Derek should perform to secure the wireless router?

A. Disable SSID. B. Set encryption standard. C. Check radio power levels. D. Change default user name and password.

Computer Science & Information Technology

Unless you specify otherwise, variables in C++ are automatically passed by which method?

A. value B. register C. address D. reference

Computer Science & Information Technology