Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Java Script
JQuery
AngularJs
Blog
QUIZ ON : c - LANGUAGE_INTRODUCTION TO C LANGUAGE
LANGUAGE_INTRODUCTION TO C LANGUAGE
00:00:00
English
Hindi
Question No# :
01
out of 34
Bug means
Bug का मतलब है
A.
A logical error in a program
program में एक तार्किक त्रुटि
B.
A difficult syntax error in a paragraph
एक पैराग्राफ में एक मुश्किल syntax त्रुटि
C.
Both A and B
A और B दोनों
D.
None of above
इनमें से कोई भी नहीं
Question No# :
02
out of 34
Twitter;s logo has?
Twitter के Logo में क्या होता है?
A.
Bird
चिड़िया
B.
animal
जानवर
C.
T is written
T लिखा हुआ है
D.
None of these
इनमें से कोई नहीं
Question No# :
03
out of 34
"माला" शब्द किस लिंग में है?
"माला" शब्द किस लिंग में है?
A.
पुल्लिंग
पुल्लिंग
B.
स्त्रीलिंग
स्त्रीलिंग
Question No# :
04
out of 34
An expression involving byte, int, and literal numbers is promoted to which of these?
An expression involving byte, int, and literal numbers is promoted to which of these?
A.
int
int
B.
long
long
C.
byte
byte
D.
float
float
Question No# :
05
out of 34
The value of Primary key
प्राइमरी key की वैल्यू हैं
A.
cannot be null
रिक्त नहीं हो सकता
B.
can be null
रिक्त हो सकता
C.
can be duplicate
नकल हो सकती है
D.
none of these
इनमे से कोई नहीं
Question No# :
06
out of 34
There are how many types of integrity in database systems.
डेटाबेस सिस्टम में इंटेग्रिटी के कितने प्रकार हैं।
A.
One
एक
B.
Two
दो
C.
Three
तीन
D.
Four
चार
Question No# :
07
out of 34
MIDI means
एम आई डी आई का मतलब है
A.
Multimedia Instrument Digital Information
मल्टीमीडिया इंस्ट्रूमेंट डिजिटल इन्फॉर्मेशन
B.
Musical Instrument Digital Interface
म्यूजिकल इंस्ट्रूमेंट डिजिटल इंटरफ़ेस
C.
Multimedia Instrument Digital Interface
मल्टीमीडिया इंस्ट्रूमेंट डिजिटल इंटरफ़ेस
D.
Musical Information Digital Information
म्यूजिकल इन्फॉर्मेशन डिजिटल इन्फॉर्मेशन
Question No# :
08
out of 34
A transparent DBMS
एक ट्रांसपैरेंट डीबीएमएस
A.
hides sensitive information from users
यूज़र्स से सेंसेटिव इन्फॉर्मेशन हाईड करता है
B.
keeps its logical structure hidden from users
अपनी लॉजिकल स्ट्रक्चर को यूज़र्स से हाईड कर के रखता है
C.
keeps its physical structure hidden from users
अपनी फिज़िकल स्ट्रक्चर को यूज़र्स से हाईड कर के रखता है
D.
provides physical map of underlying hardware to users
यूज़र्स को अंडरलाइंग हार्डवेयर का फिज़िकल मैप प्रोवाइड करता है
Question No# :
09
out of 34
What is the range of short data type in Java?
What is the range of short data type in Java?
A.
-128 to 127
-128 to 127
B.
-32768 to 32767
-32768 to 32767
C.
-2147483648 to 2147483647
-2147483648 to 2147483647
D.
None of these
None of these
Question No# :
10
out of 34
The term DBMS stands for-
DBMS शब्द का अर्थ है-
A.
Digital Bar Management Software
डिजिटल बार मैनेजमेंट सॉफ्टवेयर
B.
Database Management System
डेटाबेस मैनेजमेंट सिस्टम
C.
Domain Based Management Software
डोमेन बेस मैनेजमेंट सॉफ्टवेयर
D.
Data Base Management Software
डाटा बेस मैनेजमेंट सॉफ्टवेयर
Question No# :
11
out of 34
The DOS command to retrieve the properties of a file is
किसी फ़ाइल के प्रॉपर्टीज को पुनः प्राप्त करने के लिए DOS कमांड है
A.
B.
Question No# :
12
out of 34
Which of these literals can be contained in float data type variable?
Which of these literals can be contained in float data type variable?
A.
-1.7e+308
-1.7e+308
B.
-3.4e+038
-3.4e+038
C.
+1.7e+308
+1.7e+308
D.
-3.4e+050
-3.4e+050
Question No# :
13
out of 34
What is the range of byte data type in Java?
What is the range of byte data type in Java?
A.
-128 to 127
-128 to 127
B.
-32768 to 32767
-32768 to 32767
C.
-2147483648 to 2147483647
-2147483648 to 2147483647
D.
None of these
None of these
Question No# :
14
out of 34
Which protocol provides e-mail facility among different hosts?
कौन सा प्रोटोकॉल डिफ्रेंट होस्ट्स के बीच ई-मेल फैसिलिटी प्रोवाइड करता है?
A.
B.
Question No# :
15
out of 34
Which data type value is returned by all transcendental math functions?
Which data type value is returned by all transcendental math functions?
A.
int
int
B.
float
float
C.
double
double
D.
long
long
Question No# :
16
out of 34
Which is the valid declarations within an interface definition?
Which is the valid declarations within an interface definition?
A.
public double methoda();
public double methoda();
B.
public final double methoda();
public final double methoda();
C.
static void methoda(double d1);
static void methoda(double d1);
D.
protected void methoda(double d1);
protected void methoda(double d1);
Question No# :
17
out of 34
IPR stands for
IPR का क्या मतलब है
A.
Intellectual Property Reserve
इंटेलेक्चुअल प्रॉपर्टी रिज़र्व
B.
Intellectual Property Rights
इंटेलेक्चुअल प्रॉपर्टी राइट्स
C.
Intelligent Property Rights
इंटेलीजेंट प्रॉपर्टी राइट्स
D.
Intelligent Property Reserve
इंटेलीजेंट प्रॉपर्टी रिज़र्व
Question No# :
18
out of 34
MIS stands for
MIS का क्या मतलब है
A.
Maintenance Information System
मेंटेनेंस इन्फॉर्मेशन सिस्टम
B.
Model Information System
मॉडल इन्फॉर्मेशन सिस्टम
C.
Management Information System
मैनेजमेंट इन्फॉर्मेशन सिस्टम
D.
Media Information Source
मीडिया इन्फॉर्मेशन सिस्टम
Question No# :
19
out of 34
Which is a reserved word in the Java programming language?
Which is a reserved word in the Java programming language?
A.
method
method
B.
subclasses
subclasses
C.
reference
reference
D.
native
native
Question No# :
20
out of 34
SQL stands for?
SQL का फुलफॉर्म क्या है?
A.
Standard Query Language
स्टैंडर्ड क़्वेरी लैंग्वेज
B.
Structured Query Language
स्ट्रक्चर क़्वेरी लैंग्वेज
C.
Shortest Query Language
शॉर्टेस्ट क़्वेरी लैंग्वेज
D.
System Query Language
सिस्टम क़्वेरी लैंग्वेज
Question No# :
21
out of 34
The formula in cell A2 is =B2+C3 on copying this formula in cell C2 the formula will be
सेल A2 में फॉर्मूला इस फॉर्मूला को कॉपी करने पर = B2 + C3 का फॉर्मूला है
A.
B.
Question No# :
22
out of 34
Which is Example of Absolute Reference in EXCEL
जो EXCEL में अब्सोल्युट रेफेरेंस का example है
A.
B.
Question No# :
23
out of 34
Which of the following is the lowest data model?
निम्न में से कौन सा डेटा मॉडल सबसे कम है?
A.
physical data model
फिजिकल डेटा मॉडल
B.
logical data model
लॉजिकल डेटा मॉडल
C.
external data model
एक्सटर्नल डेटा मॉडल
D.
none of the above
इनमे से कोई भी नहीं
Question No# :
24
out of 34
Each excel file is called a workbook because.
प्रत्येक एक्सेल फ़ाइल को वर्कबुक कहा जाता है क्योंकि।
A.
It contains text and data Restarting
इसमें टेक्स्ट और डेटा रीस्टार्ट करना शामिल है
B.
It can be modified
इसे मॉडिफाइड किया जा सकता है
C.
It can contain many sheets including worksheets and chart sheets
इसमें वर्कशीट और चार्ट शीट सहित कई शीट हो सकती हैं
D.
It can be used for calculation
इसका यूज़ कॅल्क्युलेशन के लिए किया जा सकता है
Question No# :
25
out of 34
Data isolation can be avoided easily by
डेटा इसोलेशन को आसानी से अवॉइड किया जा सकता है
A.
File processing system
फाइल प्रोसेसिंग सिस्टम
B.
Database management system
डेटाबेस मैनेजमेंट सिस्टम
C.
Hardware system
हार्डवेयर सिस्टम
D.
Software system
सॉफ्टवेयर सिस्टम
Question No# :
26
out of 34
Which is a valid keyword in java?
Which is a valid keyword in java?
A.
interface
interface
B.
string
string
C.
Float
Float
D.
unsigned
unsigned
Question No# :
27
out of 34
The function ROUND(1343.45,-2) returns
फ़ंक्शन ROUND (1343.45, -2) देता है
A.
B.
Question No# :
28
out of 34
What is the shortcut key to insert a new sheet in current workbook?
कर्रेंट वर्कबुक में एक नई शीट इन्सर्ट करने के लिए शॉर्टकट key क्या है?
A.
B.
Question No# :
29
out of 34
SQL stands for
SQL stands for
A.
Standard Query Language
Standard Query Language
B.
Structured Query Language
Structured Query Language
C.
Shortest Query Language
Shortest Query Language
D.
System Query Language
System Query Language
Question No# :
30
out of 34
There are how many types of intellectual property rights have
बौद्धिक संपदा अधिकारों के कितने प्रकार हैं ?
A.
Five
पांच
B.
Six
छ:
C.
Seven
सात
D.
Eight
आठ
Question No# :
31
out of 34
Which of the following is not a type of Microsoft access database object?
निम्नलिखित में से कौन-सा Microsoft एक्सेस डेटाबेस ऑब्जेक्ट का एक प्रकार नहीं है?
A.
Table
टेबल
B.
Form
फ़ार्म
C.
Worksheets
वर्कशीट
D.
Report
रिपोर्ट
Question No# :
32
out of 34
Copy and Xcopy are same in the sense
कॉपी और Xcopy समान हैं
A.
Both are internal command of DOS
दोनों डॉस के इंटरनल कमांड हैं
B.
Both are external commands of DOS
दोनों DOS के एक्सटर्नल कमांड हैं
C.
Both A) and B)
A और B दोनों)
D.
Both can be used to copy file or group of files
दोनों का यूज़ फ़ाइल या फ़ाइलों के ग्रुप को कॉपी करने के लिए किया जा सकता है
Question No# :
33
out of 34
Which one of the following will declare an array and initialize it with five numbers?
Which one of the following will declare an array and initialize it with five numbers?
A.
Array a = new Array(5);
Array a = new Array(5);
B.
int [] a = {23,22,21,20,19};
int [] a = {23,22,21,20,19};
C.
int a [] = new int[5];
int a [] = new int[5];
D.
int [5] array;
int [5] array;
Question No# :
34
out of 34
Which one of these lists contains only Java programming language keywords?
Which one of these lists contains only Java programming language keywords?
A.
class, if, void, long, Int, continue
class, if, void, long, Int, continue
B.
goto, instanceof, native, finally, default, throws
goto, instanceof, native, finally, default, throws
C.
try, virtual, throw, final, volatile, transient
try, virtual, throw, final, volatile, transient
D.
strictfp, constant, super, implements, do
strictfp, constant, super, implements, do
CCC Online Test 2021
CCC Practice Test Hindi
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz