QuizMagic

Now available on:
QuizMagic on Google Play QuizMagic Windows 8 App QuizMagic on Amazon Store QuizMagic on Firefox Marketplace
Create you own quizzes

Computer Programming

Computer Programming
Created by Quizmagic Team on Jan 09, 2013 07:15 PM.
Quiz with 30 questions that tests your knowledge of computer programming. Basic questions about pointers, nested loops, functions, keywords, OOPS and other topic of programming.
Top 5 Scores
Anonymous
336
02:06
Anonymous
335
01:20
Anonymous
298
01:12
Anonymous
292
01:26
Anonymous
289
02:11
Questions
30
Minutes
15
High Score
336
02:06
Quiz Played
8356
times
Last played on Jan 22, 2023View comments
Congratulation!

You are in top 5 scorers.
0
0
0
0
N/A
Answering this correctly will make the indicated neighbouring questions be automatically treated as having been answered correctly.
Answering this incorrectly will make the indicated neighbouring questions be automatically treated as having been answered incorrectly.
Answering this correctly will earn you some extra points.
Answering this incorrectly will cause you to lose some points.
Answering this correctly will increase the total time available to you.
Answering this incorrectly will reduce the total time available to you.
Rate this quiz
Embed this quiz on your blog or websiteShare this quiz

Copy this HTML code and paste in your website code to run this quiz on your site.

Size:
Size:

Similar Quizzes

ASP.NET   |   C++ Quiz (Set 2)   |   C++   |   Design Pattern (Set 2)   |   C Language   |   Basics Of C Program

Sample Questions

Question 1
(A/An) ____________ is a contract in the form of a collection of method and constant declarations. When a class implements (a/an) ____________, it promises to implement all of the methods declared in that ____________.  Select the best word to complete this sentence.
Abstract Class
Class
Function
Interface
Question 2
If an attribute is private, which methods have access to it?
Only instance methods in the same class.
Only those defined in the same class.
Only classes in the same package.
Only static methods in the same class.
Question 3
Polymorphism reduces the effort required to extend an object system by
enabling a number of different operations to share the same name
Coupling objects together more tightly
Removing the barriers imposed by encapsulation.
Making objects more dependent on one another
Question 4
What is the default access specifier for a Top-level Class, which are not nested into other Classes?
Private
Internal
Public
Protected
Question 5
A nibble corresponds to
32 bits
8 bits
16 bits
4 bits
Question 6
What is the meaning of type casting?
Conversion of variables
fixed the value of Data item
Conversion of the Data item
none
Question 7
Which of the following cannot be checked in a switch-case statement?
enum
Integer
Float
Character
Question 8
What do the following declaration signify?

int (*pf)();
pf is a pointer to a function which return int
pf is a function pointer.
pf is a pointer to function.
pf is a function of pointer variable.
Question 9
What does the following declaration mean?
int (*ptr)[10];
ptr is array of pointers to 10 integers
ptr is an pointer to array
ptr is an array of 10 integers
ptr is a pointer to an array of 10 integers
Question 10
Which bitwise operator is suitable for checking whether a particular bit is ON or OFF?
! Operator
&& operator
& operator
|| operator
comments powered by Disqus
X
Other recommended quiz for you
Connect with Facebook
OR
Connect with Google
Connecting...Back

Existing users, click here to login



By registering with us, you are agreeing to TERMS AND CONDITIONS of using our products/services.