Examlex

Solved

Concerned That Its Dependence on Sales of Microprocessors to Computer

question 57

Multiple Choice

Concerned that its dependence on sales of microprocessors to computer firms would make it vulnerable to sharp sales declines during the recession of 2007-2009,Intel began to develop memory chips that could be used in portable consumer electronic devices such as cell phones.One reason that Intel chose to branch out from producing microprocessors for computers is that


Definitions:

Auto

A keyword in the C and C++ programming languages that was originally used to declare automatic variables, now repurposed in C++11 to infer the type of the variable from its initializer.

Register

A small, fast storage location within a computer's CPU where specific types of instructions are stored and processed.

Storage Classes

Specifies the visibility and lifetime of variables and/or functions within a C or C++ program.

Constants

Fixed values in code that, once defined, cannot be altered by the program during its execution.

Related Questions