A computer program consists of:
a) System Flowchart
b) Program Flowchart
c) Algorithm's written in any computer language
d) None of The Above

1 Answer

Answer :

c) Algorithm's written in any computer language

Related questions

Description : When an algorithm is written in the form of a programming language, it becomes a _________ a) Flowchart b) Program c) Pseudo code d) Syntax

Last Answer : Answer: b Explanation: An algorithm becomes a program when it is written in the form of a programming language. Thus, any program is an algorithm

Description : Consider a program that consists of 8 pages (from 0 to 7) and we have 4 page frames in the physical memory for the pages. The page reference string is :  1 2 3 2 5 6 3 4 6 3 7 3 1 5 3 6 3 4 2 4 3 4 5 ... to fill available page frames with pages): (A) 9 and 6 (B) 10 and 7 (C) 9 and 7 (D) 10 and 6

Last Answer : (B) 10 and 7

Description : A ______________ is diagram that depicts the flow of a program. a) Algorithm b) Hash Table c) Graph d) Flowchart

Last Answer : Answer: d Explanation: A flowchart is a diagram that helps us determine the flow of the program. Other options are irrelevant

Description : Computer programs are written in a high level programming language, however, the human readable version of a program is called a) cache b) instruction set c) source code d) word size

Last Answer : c) source code

Description : Can I make a flowchart for a game if I don't have mastery of a computer language?

Last Answer : A programmer may offer that service but you would need to send them information based on their preffered format. If you want to either hire a programmer or sell them an idea they would probably ... branch path it would be pretty hard to translate anythign you make into something they could use.

Description : Data going into the computer is called? 1) Output 2) Algorithm 3) Input 4) Calculations 5) Flowchart

Last Answer : Answer :3

Description : A computer programmer A) Does all the thinking for a computer B) Can enter input data quickly C) Can operate all types of computer equipments D) Can draw only flowchart

Last Answer : Answer : A

Description : Which of the following is not true? A : For robotics, you should have a knowledge of different sensors B : For robotics, you must be able to write different planning algorithms C : For robotics, you may have to use actuators D : For robotics, you do not require help of computer engineers, mechanical

Last Answer : D : For robotics, you do not require help of computer engineers, mechanical

Description : Which of the following is not true? A : For robotics, you should have a knowledge of different sensors B : For robotics, you must be able to write different planning algorithms C : For robotics, you may have to use actuators D : For robotics, you do not require help of computer engineers, mechanical

Last Answer : D : For robotics, you do not require help of computer engineers, mechanical

Description : What is program flowchart ?

Last Answer : A program flowchart is an algorithm of a program that is expressed using diagrams.

Description : ___uses various symbols to represent function within program and is __ _representation: a. Flowchart, pictorial b. Algorithm, pictorial c. Pictorial, flowchart d. None of these

Last Answer : a. Flowchart, pictorial

Description : is useful to prepare detailed program documentation: a. Flowchart b. Algorithm c. Botha &b d. None of these

Last Answer : a. Flowchart

Description : Define what is a program flowchart and Define How does it help in writing a program?

Last Answer : A flowchart provides a visual representation of the step by step procedure towards solving a given problem. Flowcharts are made of symbols, with each symbol in the form of different shapes. Each shape ... the entire program structure, such as a process, a condition, or even an input/output phase.

Description : Draw a flowchart of Do-while loop and write a program to add numbers until user enters zero. 

Last Answer : Flowchart of Do-while loop: Program:- #include<stdio.h> #include<conio.h> void main() { int no,sum=0; clrscr(); do { printf("\n Enter a number:"); scanf( ... no; }while(no!=0); printf("\n Sum of entered numbers =%d",sum); getch(); }

Description : In which language is source program written? A) English B) Symbolic C) High level D) Temporary

Last Answer : Answer : C

Description : A ________ is a special program that processes statements written in a particular programming language and turns them into machine language. A. Compiler B. Device Driver C. Assembler D. None of the above

Last Answer : A. Compiler

Description : A program written in a ________language is called a source program or source text: a) High Level Language b) Middle Level Language c) Low Level Language d) None of These

Last Answer : a) High Level Language

Description : A program written in a high level language is referred to as: a) Memory Code b) Object Code c) Source Code d) Assembly Code e) None of These

Last Answer : b) Object Code

Description : A source program is the progam written in which of the following language: a) Symbolic b) Machine c) High Level d) None of These

Last Answer : c) High Level

Description : A compiler translates a program written in a high-level language into a) Machine language b) An algorithm c) A debugged program d) Java e) None of these

Last Answer : a) Machine language

Description : A compiler translates a program written in a high level language into 1) Machine Language 2) An algorithm 3) A debugged program 4) None of these

Last Answer : 1) Machine Language

Description : A source program is- 1) a program written in a machine language 2) a program to be translated into machine language 3) a machine language translation of a program 4) none of these

Last Answer : 2) a program to be translated into machine language

Description : A source program is 1 a program written in a machine language 2 a program to be translated into machine language 3 a machine language translation of a program 4 none of these

Last Answer : 2 a program to be translated into machine language

Description : Which of the following is not a flowchart structure? a) Process b) Sequence c) Repetition d) Case

Last Answer : Answer: a Explanation: There are basically four flowcharting structures: • Decision • Repetition • Case • Sequence

Description : Terminals are represented by diagonals in a flowchart. a) True b) False

Last Answer : Answer: b Explanation: The statement is false. Terminals are represented by rounded rectangles. They indicate the starting or ending point in a flowchart

Description : The word ____________comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi. a) Flowchart b) Flow c) Algorithm d) Syntax

Last Answer : Answer: c Explanation: The word algorithm comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi

Description : Which of the following is incorrect? Algorithms can be represented: a) as pseudo codes b) as syntax c) as programs d) as flowcharts

Last Answer : Answer: b Explanation: Representation of algorithms: -As programs -As flowcharts -As pseudo codes

Description : Cryptography includes the __________to securely and consistently prevent or delay unauthorized access to sensitive information and enable verifiability of every component in a communication: a) Protocols b) Algorithms c) Strategies d) All of the Above

Last Answer : d) All of the Above

Description : Cryptography includes the __________to securely and consistently prevent or delay unauthorized access to sensitive information and enable verifiability of every component in a communication: a) Protocols b) Algorithms c) Strategies d) All of the Above e) None of These

Last Answer : d) All of the Above

Description : Validate your tools and verify your evidence with ____ to ensure its integrity a. hashing algorithms c. steganography b. watermarks d. digital certificates

Last Answer : a. hashing algorithms

Description : Validate your tools and verify your evidence with to ensure its integrity (a) Hashing algorithms (b) Steganography (c) Watermark (d) Digital certificates

Last Answer : (a) Hashing algorithms

Description : To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if the project needs 13 days, theteam consists of ? 13 programmers 10 programmers 8 programmers 100/13 programmers

Last Answer : 10 programmers

Description : Which flowchart can not control all the work on the computer ?

Last Answer : The computer may not control all the work in the computer flowchart.

Description : A computer programmer a. Does all the thinking for a computer b. Can enter input data quickly c. Can operate all types of computer equipments d. Can draw only flowchart

Last Answer : Does all the thinking for a computer

Description : What type of flowchart is constructed by the programmer to represent the sequence of operations the computer is to perform to solve a specific problem?

Last Answer : A programming flowchart.

Description : A computer programmer a. Dies all the thinking for a compute b. Can enter input data quickly c. Can operate all types of computer equipment d. Can draw only flowchart

Last Answer : a. Dies all the thinking for a compute

Description : A computer programmer a. Does all the thinking for a computer b. Can enter input data quickly c. Can operate all types of computer equipments d. Can draw only flowchart

Last Answer : a. Does all the thinking for a computer

Description : A computer programmer a. Dies all the thinking for a compute b. Can enter input data quickly c. Can operate all types of computer equipment d. Can draw only flowchart

Last Answer : a. Dies all the thinking for a compute

Description : A computer language that is written in binary codes only is _____ a) machine language b) C c) C# d) pascal

Last Answer : Answer: a Explanation: Machine Language is written in binary codes only . It can be easily understood by the computer and is very difficult for us to understand. A machine language , unlike other languages requires no translators or interpreters

Description : Which among the following is correct about Machine Language: a) Each computer can only understand programs that are written in its own Machine Language b) Machine Language is provided by the computer manufacturer ... at the most basic level of computer operation e) All of the Above f) None of These

Last Answer : e) All of the Above

Description : Each computer can only understand programs that are written in its own ____: a) Machine Language b) Assembly Language c) Java d) None of These

Last Answer : a) Machine Language

Description : Machine Language- 1) is the language in which programs were first written 2) is the only language understood by the computer 3) Differs from one type of computer to another 4) All of these

Last Answer : 4) All of these

Description : Machine Language 1 is the language in which programs were first written 2 is the only language understood by the computer 3 Differs from one type of computer to another 4 All of these

Last Answer : 4 All of these

Description : Did Early Indians invented mathematical algorithms that computer programmers use today to tell computers what to do?

Last Answer : No, they did not.

Description : Micro-program consists of a set of microinstructions which are strings of 0s and 1s. a) True b) False

Last Answer : Answer: a Explanation: The computer understands only binary language. So, the microprogram should have instructions which are in the form of 0s and 1s. Each output line of the micro-program corresponds to one control signal

Description : The language that the computer can understand and execute is called A) Machine language B) Application software C) System program D) All of above

Last Answer : Answer : A

Description : ..... is a set of Keywords, s symbols, and a system of rules for constructing statements by which humans can communicate the instructions to be executed by a computer... 1) A Computer Program 2) A Programming Language 3) An Assembler 4) Syntax

Last Answer : 2) A Programming Language

Description : Which device is used to convert the program written in assembly language into machine language? (a) Interpreter -Technology

Last Answer : (c) Assembler is used to convert the program written in assembly language into machine language because it is a language processor that converts the user defined language into a form which can be easily understood by the computer.

Description : Applets program are written in which language? -Web-Development

Last Answer : answer:

Description : Machine In language Written To the program What? To say Is it

Last Answer : Machine In language Written To the program Assembly To say Is.