Computer science spans the range from theory through programming to cutting-edge development of computing solutions. The work of computer scientists falls into three categories which are designing and building software, developing effective ways to solve computing problems such as storing information in databases and devising new and better ways of using computers.
As a computer science student going in for the CGCE examination, your work falls under the category of knowing your syllabus and also preparing for any question you might face during the exam. As a student, you must be prepared to face any challenging question. In order to do so, it is very important for you to answer as many questions as possible.
To make your journey more interesting and fun, we have designed a quiz purposefully to test your capacity during the upcoming June session exams. With a total of 20 questions, these questions are based on the Advance level computer science syllabus.In addition to this quiz, you can visit our website at gce revision.com to gain more materials and quizzes.
What will be the output in the following code fragment?
integer k;
for(k=0;k>9;k+=3){
DISPLAY (“Hello”);
}
A set of instructions that access common shared resources and exclude one another in time is best referred to as:
Which of the following data structures is used to hold jibs waiting to be run by the computer?
Which of the following is also known as pre-order transversal of a binary tree where a given Node, has children Left and Right
In software engineering projects, what is informally called “SOFTWARE consists of a:
Given that the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called a(n):
Given that if objects focus on real world entities of interest then we must be concerned with:
A linear collection of data elements where the next node
is given by means of a pointer
is called: