Correct Answer : Printer
Correct Answer : EEPROM
EEPROM: Electrically erasable programmable read-only memory (EEPROM) is a special type of PROM that can be erased by exposing it to an electrical charge. Like other types of PROM, EEPROM retains its contents even when the power is turned off.
Correct Answer : Assembler
Assembly language is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the code.
Correct Answer : Single-user operating system
Alternatively referred to as PC DOS, IBM DOS is a text-based operating system similar to Microsoft’s DOS, but only sold by IBM. DOS is a single-user, single-tasking operating system with basic kernel functions that are non-reentrant: only one program at a time can use them and DOS itself has no functionality to allow more than one program to execute at a time.
Correct Answer : Customer Relationship Management
Customer relationship management (CRM) is a model for managing a company’s interactions with current and future customers. It involves using technology to organize, automate, and synchronize sales, marketing, customer service, and technical support.
Correct Answer : Octet
The 32-bit IP address is grouped 8 bits at a time, each group of 8 bits is an octet. Each of the four octets are separated by a dot, and represented in decimal format, this is known as dotted decimal notation. Each bit in an octet has a binary weight (128, 64, 32, 16, 8, 4, 2, 1).
Correct Answer : Short-term Scheduler
The short-term scheduler (also known as the CPU scheduler) decides which of the ready, in-memory processes is to be executed (allocated a CPU) after a clock interrupt, an I/O interrupt, an operating system call or another form of signal.
Correct Answer : Internet Service Provider
Correct Answer : Machine Language
Correct Answer : File Transfer Protocol