A Journey to Excellence
Register
|
Login
|
Access premium content
|
Make Money
Menu
Toggle navigation
PSCUSTUDIES
University Section
Universities Listing
Study Notes,schemes of work, lesson plans,exams all levels etc.
Earn Money Online By Selling Academic Resources(
Hot New
)
Questions and Answers
Start Web Design/Software Development Course
College Section
Colleges Listing
Questions and Answers
College Past Papers Answers
Study Notes,schemes of work, lesson plans,exams all levels etc.
Earn Money Online By Selling Academic Resources(
Hot New
)
One-on-One Online Revision and Tutoring(
..
)
College Study Notes
Schemes of Work
Start Web Design/Software Development Course
Junior and Senior Secondary
Earn Money Online By Selling Academic Resources(
Hot New
)
Study Notes,schemes of work, lesson plans,exams all levels etc.
Grade 7 Exams
Grade 8 Exams
Grade 9 Exams
Form 4 Exams
Form 3 Exams
Form 2 Exams
Form 1 Exams
Schemes of Work
Questions and Answers
Lower and Upper Primary
Grade 1 Exams
Grade 2 Exams
Grade 3 Exams
Grade 4 Exams
Grade 5 Exams
Grade 6 Exams
Schemes of Work
Best Institutions
Best Universities
Best Colleges
Best High Schools
Best Primary Schools
My Account
Profile
Computer Studies questions and answers:Elementary programming principles
Share Via:
Total of
61
Questions.
 
Search
1.
Define the term computer program.
(Answered)
Define the term computer program..
Posted On:
Sat 25, September 2021 04:11:55 am
2.
Define the term programming.
(Answered)
Define the term programming..
Posted On:
Sat 25, September 2021 04:12:46 am
3.
Define the term programming language.
(Answered)
Define the term programming language..
Posted On:
Sat 25, September 2021 04:13:25 am
4.
Define the term program syntax.
(Answered)
Define the term program syntax..
Posted On:
Sat 25, September 2021 04:14:10 am
5.
Define the following terms as applied in computer programming. a) Source program b) Object code c) Translator.
(Answered)
Define the following terms as applied in computer programming. a) Source program b) Object code c) Translator..
Posted On:
Sat 25, September 2021 04:15:08 am
6.
Name the language translator that converts an assembly language into machine code
(Answered)
Name the language translator that converts an assembly language into machine code.
Posted On:
Sat 25, September 2021 04:15:49 am
7.
Mention three types of language translators.
(Answered)
Mention three types of language translators..
Posted On:
Sat 25, September 2021 04:17:59 am
8.
Give the differences between an interpreter and a compiler.
(Answered)
Give the differences between an interpreter and a compiler..
Posted On:
Sat 25, September 2021 04:21:18 am
9.
Give two differences between interpreted and compiled program.
(Answered)
Give two differences between interpreted and compiled program..
Posted On:
Sat 25, September 2021 04:23:05 am
10.
Mention the purpose of linking during program compiling.
(Answered)
Mention the purpose of linking during program compiling..
Posted On:
Sat 25, September 2021 04:26:34 am
11.
Define the term low level language as applied in computer programming.
(Answered)
Define the term low level language as applied in computer programming..
Posted On:
Sat 25, September 2021 04:27:21 am
12.
Mention two types of low-level languages.
(Answered)
Mention two types of low-level languages..
Posted On:
Sat 25, September 2021 04:28:39 am
13.
Differentiate between machine and assembly programming languages.
(Answered)
Differentiate between machine and assembly programming languages..
Posted On:
Sat 25, September 2021 04:30:18 am
14.
Mention why a programmer who intends to write code in machine language must first understand the Central Processing Unit (CPU) architecture of the target computer.
(Answered)
Mention why a programmer who intends to write code in machine language must first understand the Central Processing Unit (CPU) architecture of the target computer..
Posted On:
Sat 25, September 2021 04:31:22 am
15.
Mention four categories of high level languages.
(Answered)
Mention four categories of high level languages..
Posted On:
Sat 25, September 2021 04:32:10 am
16.
Give two differences between low level and high level programming languages.
(Answered)
Give two differences between low level and high level programming languages..
Posted On:
Sat 25, September 2021 04:34:00 am
17.
Define the term structured programming.
(Answered)
Define the term structured programming..
Posted On:
Sat 25, September 2021 04:35:03 am
18.
List three benefits of structured programming.
(Answered)
List three benefits of structured programming..
Posted On:
Sat 25, September 2021 04:36:11 am
19.
Name three control structures used in programming.
(Answered)
Name three control structures used in programming..
Posted On:
Sat 25, September 2021 04:36:48 am
20.
Write the following programming languages acronyms in full. i)COBOL ii)BASIC iii)FORTRAN.
(Answered)
Write the following programming languages acronyms in full. i)COBOL ii)BASIC iii)FORTRAN..
Posted On:
Sat 25, September 2021 04:37:44 am
21.
Define the term problem-oriented programming language.
(Answered)
Define the term problem-oriented programming language..
Posted On:
Sat 25, September 2021 04:38:16 am
22.
Define the term encapsulation as applied in object-oriented programming.
(Answered)
Define the term encapsulation as applied in object-oriented programming..
Posted On:
Sat 25, September 2021 04:42:32 am
23.
Define the term algorithm as applied in computer programming.
(Answered)
Define the term algorithm as applied in computer programming..
Posted On:
Sat 25, September 2021 04:43:34 am
24.
What is a web scripting language?
(Answered)
What is a web scripting language?.
Posted On:
Sat 25, September 2021 04:44:21 am
25.
Write the following web scripting in full. i) HTML ii) XML.
(Answered)
Write the following web scripting in full. i) HTML ii) XML..
Posted On:
Sat 25, September 2021 04:45:11 am
26.
Define the term tag as applied in web scripting.
(Answered)
Define the term tag as applied in web scripting..
Posted On:
Sat 25, September 2021 04:45:53 am
27.
Give three examples of object oriented programming.
(Answered)
Give three examples of object oriented programming..
Posted On:
Sat 25, September 2021 04:46:32 am
28.
List two types of program documentation.
(Answered)
List two types of program documentation..
Posted On:
Sat 25, September 2021 04:47:20 am
29.
Define the term pseudocode.
(Answered)
Define the term pseudocode..
Posted On:
Sat 25, September 2021 04:48:08 am
30.
Mention two advantages of low level programming languages.
(Answered)
Mention two advantages of low level programming languages..
Posted On:
Sat 25, September 2021 04:48:51 am
31.
Define the following terms as applied in computer programming. i) Flowchart, ii) Dry run, iii) Documentation, iv) Code translation.
(Answered)
Define the following terms as applied in computer programming. i) Flowchart, ii) Dry run, iii) Documentation, iv) Code translation..
Posted On:
Sat 25, September 2021 04:49:56 am
32.
Give two disadvantages of high level programming language.
(Answered)
Give two disadvantages of high level programming language..
Posted On:
Sat 25, September 2021 04:52:35 am
33.
List the six stages of program development.
(Answered)
List the six stages of program development..
Posted On:
Sat 25, September 2021 04:53:35 am
34.
Name the two types of errors that are likely to be encountered in a program code during program testing.
(Answered)
Name the two types of errors that are likely to be encountered in a program code during program testing..
Posted On:
Sat 25, September 2021 04:54:18 am
35.
Differentiate between programmer-oriented and operator oriented documentation.
(Answered)
Differentiate between programmer-oriented and operator oriented documentation..
Posted On:
Sat 25, September 2021 04:55:10 am
36.
Define these terms as used in program development. i) Program testing, ii) Program coding.
(Answered)
Define these terms as used in program development. i) Program testing, ii) Program coding..
Posted On:
Sat 25, September 2021 04:55:59 am
37.
Write a pseudocode that can be used to draw this flow chart.
(Answered)
Write a pseudocode that can be used to draw this flow chart..
Posted On:
Sat 25, September 2021 04:59:10 am
38.
Draw a flow chart that will accept two integers, sum them, and then display the answers.
(Answered)
Draw a flow chart that will accept two integers, sum them, and then display the answers..
Posted On:
Sat 25, September 2021 05:01:50 am
39.
Draw a flow chart that was used to come up with the following pseudocode. Start N=0 X=0 While n<3 Repeat X=X+1 While X<2 N=N+1 End while Stop
(Answered)
Draw a flow chart that was used to come up with the following pseudocode. Start N=0 X=0 While n<3 Repeat X=X+1 While X<2 N=N+1 End while Stop.
Posted On:
Sat 25, September 2021 05:04:29 am
40.
Draw a flow chart that can be used to create a program which accepts two number greater than zero. The two numbers are multiplied to display a product. The product displayed should not be greater than twenty. If the product is greater than twenty, the program will ask for re-input of the two numbers.
(Answered)
Draw a flow chart that can be used to create a program which accepts two number greater than zero. The two numbers are multiplied to display a product. The product displayed should not be greater than twenty. If the product is greater than twenty, the program will ask for re-input of the two numbers..
Posted On:
Sat 25, September 2021 05:08:40 am
41.
Study this flowchart and use it to answer the questions that follow. Start Set S=1 Ready Repeat Y= Y/10 S= S+1 Y= Y/10 End while Display S Stop a) Give the expected output from the flow chart when the value of Y is: i) 48 ii) 9170 iii) 800 b) Write the pseudocode that can be used to create a program represented by the above flow chart.
(Answered)
Study this flowchart and use it to answer the questions that follow. Start Set S=1 Ready Repeat Y= Y/10 S= S+1 Y= Y/10 End while Display S Stop a) Give the expected output from the flow chart when the value of Y is: i) 48 ii) 9170 iii) 800 b) Write the pseudocode that can be used to create a program represented by the above flow chart. .
Posted On:
Sat 25, September 2021 05:15:26 am
42.
The following is a menu of a school’s examination processing system. MAIN MENU RECORDS marks……R EDIT marks……………E DELETE marks……….D FIND marks…………...F QUIT SYSTEM………..Q a) Sketch a flowchart for a program that would display this menu. b) Translate this flowchart into a pseudocode.
(Answered)
The following is a menu of a school’s examination processing system. MAIN MENU RECORDS marks……R EDIT marks……………E DELETE marks……….D FIND marks…………...F QUIT SYSTEM………..Q a) Sketch a flowchart for a program that would display this menu. b) Translate this flowchart into a pseudocode..
Posted On:
Sat 25, September 2021 05:21:32 am
43.
Study the following flowchart then answer the questions that follow. a) Identify one logical error in this flowchart. b) Describe the error identified above. c) Mention how this problem can be solved. d) Modify the flowchart such that the starting value would be 20 and the final value would be 9.
(Answered)
Study the following flowchart then answer the questions that follow. a) Identify one logical error in this flowchart. b) Describe the error identified above. c) Mention how this problem can be solved. d) Modify the flowchart such that the starting value would be 20 and the final value would be 9..
Posted On:
Sat 25, September 2021 05:31:28 am
44.
Give one advantages of having system documentation available online.
(Answered)
Give one advantages of having system documentation available online..
Posted On:
Sat 25, September 2021 05:33:17 am
45.
Differentiate between user documentation and operator documentation.
(Answered)
Differentiate between user documentation and operator documentation..
Posted On:
Sat 25, September 2021 05:34:00 am
46.
Explain three program control structures.
(Answered)
Explain three program control structures..
Posted On:
Sat 25, September 2021 05:36:25 am
47.
Explain three disadvantages of low level languages.
(Answered)
Explain three disadvantages of low level languages..
Posted On:
Sat 25, September 2021 05:37:13 am
48.
Explain three advantages of high level languages.
(Answered)
Explain three advantages of high level languages..
Posted On:
Sat 25, September 2021 05:37:53 am
49.
Name three classifications of high level programming languages.
(Answered)
Name three classifications of high level programming languages..
Posted On:
Sat 25, September 2021 05:38:33 am
50.
Explain three methods of detecting errors.
(Answered)
Explain three methods of detecting errors..
Posted On:
Sat 25, September 2021 05:39:45 am
51.
Give three examples of selection construct.
(Answered)
Give three examples of selection construct..
Posted On:
Sat 25, September 2021 05:40:35 am
52.
Explain three types of program maintenance.
(Answered)
Explain three types of program maintenance..
Posted On:
Sat 25, September 2021 05:41:18 am
53.
Write a pseudocode for a program that would: i) Prompt the user to enter the length and width of a rectangle. ii) Calculate the area and perimeter of the rectangle. iii) Display the results.
(Answered)
Write a pseudocode for a program that would: i) Prompt the user to enter the length and width of a rectangle. ii) Calculate the area and perimeter of the rectangle. iii) Display the results..
Posted On:
Sat 25, September 2021 05:42:31 am
54.
State three qualities of a good pseudocode.
(Answered)
State three qualities of a good pseudocode..
Posted On:
Sat 25, September 2021 05:45:20 am
55.
Define the term flowcharts.
(Answered)
Define the term flowcharts..
Posted On:
Sat 25, September 2021 05:46:16 am
56.
List two types of flowcharts
(Answered)
List two types of flowcharts.
Posted On:
Sat 25, September 2021 05:46:56 am
57.
State three functions of a compiler.
(Answered)
State three functions of a compiler..
Posted On:
Sat 25, September 2021 05:47:32 am
58.
List three advantages of a compiler.
(Answered)
List three advantages of a compiler..
Posted On:
Sat 25, September 2021 05:49:08 am
59.
State three functions of an assembler.
(Answered)
State three functions of an assembler..
Posted On:
Sat 25, September 2021 05:50:20 am
60.
Differentiate between a syntax error and logical error.
(Answered)
Differentiate between a syntax error and logical error..
Posted On:
Sat 25, September 2021 05:51:42 am
61.
Explain any two main test of data that can be used to test a program.
(Answered)
Explain any two main test of data that can be used to test a program..
Posted On:
Sat 25, September 2021 05:52:30 am
Page 1 of 1
Previous
1
Next
More Topics:
Application areas of information and communication technology
Data processing cycle
Data Security and Control
Desktop Publishing
Email and Internet
Impact of communication technology and information on society and carreer oportunity
Introduction to Computers
Introduction to networking and data communication
System development
About Us
Contact us
Terms of use
|
Privacy policy
Follow Us:
All Rights Reserved © 2024; pscustudies.com