Get premium membership and access questions with answers, video lessons as well as revision papers.
1. A program is a set of instructions that instruct computer software to perform certain tasks.
2. Algorithm is a step to step method of solving computational problem.
3. A translator is a tool that converts a source code to object code.
4. Hardware are the tangible electronic parts of a computer.
5. An object code is a code that is in binary digits hence it can be executed by a computer.
Joseph lance answered the question on February 13, 2018 at 21:25
- What is a predicate in a system program?(Solved)
What is a predicate in a system program?
Date posted: February 13, 2018. Answers (1)
- Give one advantage and one disadvantage of using the string data type in a computer program. (Solved)
Give one advantage and one disadvantage of using the string data type in a computer program.
Date posted: February 13, 2018. Answers (1)
- Define a container, an iterator, and an algorithm as they relate to the STL in a computer program.(Solved)
Define a container, an iterator, and an algorithm as they relate to the STL in a computer program.
Date posted: February 13, 2018. Answers (1)
- How does the STL make it easier for a programmer more reliable C++ programs?(Solved)
How does the STL make it easier for a programmer to create more reliable C++ programs.
Date posted: February 13, 2018. Answers (1)
- Describe the function of mutable in a computer program.(Solved)
Describe the function of mutable in a computer program.
Date posted: February 13, 2018. Answers (1)
- Explain the term namespace as used in a C++ program.(Solved)
Explain the term namespace as used in a C++ program.
Date posted: February 13, 2018. Answers (1)
- What is the principal restriction placed on a const member function in a C++ program?(Solved)
What is the principal restriction placed on a const member function in a C++ program?
Date posted: February 12, 2018. Answers (1)
- Explain the purpose of explicit in a C++ program.(Solved)
Explain the purpose of explicit in a C++ program.
Date posted: February 12, 2018. Answers (1)
- What does a conversion function do in a C++ program?(Solved)
What does a conversion function do in a C++ program?
Date posted: February 12, 2018. Answers (1)
- Given a function called counter(), show the statement that causes the compiler to compile this function for C language linkage.(Solved)
Given a function called counter(), show the statement that causes the compiler to compile this function for c language linkage
Date posted: February 12, 2018. Answers (1)
- What header must be included in a C++ program when using array-based I/O ? (Solved)
What header must be included in a C++ program when using an array-based I/O?
Date posted: February 12, 2018. Answers (1)
- What makes a static member variable different from other variables in C++ language?(Solved)
What makes a static member varible different from other member variables in C++ language?
Date posted: February 12, 2018. Answers (1)
- What type of object is obtained by the typeid operator in C++ programming?(Solved)
What type of object is obtained by the typeid operator in C++ programming?
Date posted: February 12, 2018. Answers (1)
- Explain how dynamic-cast can sometimes be an alternative to typeid in C++ programming.(Solved)
Explain how dynamic-cast can sometimes be an alternative to typeid in C++ programming.
Date posted: February 12, 2018. Answers (1)
- In addition to the standard cast, C++ defines four casting operators.What are they and what are they for?(Solved)
In addition to the standard cast, C++ defines four casting operators.What are they and what are they for?
Date posted: February 12, 2018. Answers (1)
- Explain various types of computers(Solved)
Explain various types of computers.
Date posted: February 10, 2018. Answers (1)
- State rules of naming variables in C++. How do they differ from ANSI C rules?(Solved)
State rules of naming variables in C++. How do they differ from ANSI C rules?
Date posted: February 9, 2018. Answers (1)
- State restrictions on operator overloading(Solved)
State restrictions on operator overloading.
Date posted: February 8, 2018. Answers (1)
- Define term function overloading as applied in C++(Solved)
Define term function overloading as applied in C++
Date posted: February 8, 2018. Answers (1)
- Explain the need for array variables in C++(Solved)
Explain the need for array variables in C++.
Date posted: February 8, 2018. Answers (1)