answersLogoWhite

0

five generation of computer

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is an array of components that work together to achieve a common goal by accepting input processing it and producing output?

System


Can you explain how an NFA for the empty set works?

An NFA for the empty set is a non-deterministic finite automaton that does not accept any input strings. It has no accepting states, meaning that no matter what input is given, the NFA will always end in a non-accepting state. This effectively means that the NFA does not recognize any language and is considered empty.


C plus plus get user input without prompting for it?

To prompt a user in C++ you use cout to output the prompt to the console (e.g., the screen). You then use cin to extract the input from the user. So to get user input without a prompt, simply do not output a prompt before accepting input. However, accepting user input without a prompt would be decidedly un-user-friendly, unless you can guarantee the input does not come from the keyboard. If you're not using the console and the program is actually running in an event-driven interface (such as Windows), then you need only trap the keyboard, mouse or other HID messages that are posted to your application via the application's message loop, and act accordingly.


The four operations performed by a computer include?

The four operations performed by a computer include processing, accepting input, output and storage. All of the operations of a computer occur in the CPU.


What do A master control program that manages the computer's internal functions such as accepting keyboard input and that provides a means to control the computer's operations and file system mean?

It called the Operating System.


How Write javascript program to display multiplication table of 2 without accepting input from user?

Use a counted for loop. On each iteration, multiply the control variable by 2 and print the result.


Let L be the language defined over the alphabet 0 1 such that the words in L do not contain 11' as a substringbuild the deterministic Finite Automata for the language L?

To construct a deterministic finite automaton (DFA) for the language L that does not contain the substring "11", we can define three states: q0 (start state): Accepting state, where we haven't seen any '1's. q1: State where we've seen a single '1'; if we see another '1', we transition to a non-accepting dead state. q2 (dead state): Non-accepting state where we've seen "11". The transitions are defined as follows: From q0, on input '0', stay in q0; on input '1', transition to q1. From q1, on input '0', return to q0; on input '1', transition to q2. From q2, on both '0' and '1', remain in q2 (dead state). This DFA effectively rejects any string containing "11".


What is process interaction in operating system?

Accepting input from a human. Interactive computer systems are programs that allow users to enter data or commands. Most popular programs, such as word processors and spreadsheet applications, are interactive.


What term is the the accept information or instructions from the user?

The term for accepting information or instructions from the user is "input." In computing, input refers to any data or command entered into a system for processing. This can include text, mouse clicks, voice commands, and other forms of user interaction, which the system then uses to perform tasks or generate outputs.


What is the advantage of cin getline over cin?

The getline() function reads a string of characters up to a newline character or a predefined delimiter. Although extracting directly from cin is faster, the onus is on the programmer to ensure the input is valid at all times, and to clear the buffer before accepting new input. Keyboard entry is particularly problematic, thus it is easier to treat each input as a string which can be easily verified and convert to a numeric value where required.


How many syllables is the word accepting?

Their are 3 syllables in the word accepting


What does in-denial mean?

i think it means to not be accepting of the truth