Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
26 views
23 pages
Deltaxmcq
Uploaded by
Chetan Mundle
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save deltaxmcq For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
26 views
23 pages
Deltaxmcq
Uploaded by
Chetan Mundle
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save deltaxmcq For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save deltaxmcq For Later
You are on page 1
/ 23
Search
Fullscreen
sernar202s, 1147 Candidate Details Candidate Details
[email protected]
Switch account Q Dratt saved 50 Questions - 45 minutes Are logical operators in the C language evaluated with the short circuit? 1 point @ Tne O False © Depends on the compiler © Depends on the standard Clear selection The average depth of a binary search tree is: 1 point O o(M"0.5) O om © olegn) © oO(ntogn) Clear selection ntps:ifdocs google.comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 1123serra, 1:47 anasto Details What type of value does sizeof return? 1 point O char O short © unsigned int © long Clear selection With SQL, how do you select all the records from a table named "Persons" 1 point where the "LastName' is alphabetically between (and including) "Hansen" and "Pettersen"? C© SELECT LastName>'Hansen’ AND LastName
'Hansen’ AND LastName
next !=NULL) i Ca aes) Bf Cet © 4=NULL; p>next = head; head = p; © qenext = NULL; head = p; p->next = head; CO head = p; p->next i q->next = NULL; ©@ next = NULL; p>next = head; head = p; Clear selection hitpssidocs.google.comiforms/e! FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7REUGXKGATormResponse?embedded=true 6/23sorna1202s, 1147 Candidate Details The number of ways in which the numbers 1, 2, 3, 4, 5, 6, 7 can be inserted in 1 point an empty binary search tree, such that the resulting tree has height 6, is Note: The height of a tree with a single node is 0. Clear selection Choose the best design point It is desired to design an object-oriented employee record system for a company. Each employee has a name, unique id and salary. Employees belong to different categories and their salary is determined by their category. The functions to get Name, getld and compute salary are required. Given the class hierarchy below, possible locations for these functions are: i).getld is implemented in the superclass ii).getld is implemented in the subclass il). getName is an abstract function in the superclass iv). getName is implemented in the superclass v).getName is implemented in the subclass vi).getSalary is an abstract function in the superclass vii) getSalary is implemented in the superclass vill. getSalary is implemented in the subclass =) a Manager Eroineer | | sesttery © iwviviii O iivvii O iii. v, vi, vii J | Clear selection bitpsiidocs.google.comiforms/e! FAIPAL ScIDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDg-S0UOp7REUGXKGATormResponse?embedded=true 7/23sorna1202s, 1147 Candidate Details Guess the output of the code below point Fai ae} print( Petrace ©@ «andy are equal © «andy are not equal © Compile time error O Runtime error Clear selection The following numbers are inserted into an empty binary search tree in the Joint given order: 10, 1, 3, 5, 15, 12, 16 What is the height of the binary search tree ? Clear selection bitpssidocs.google.comiforms/e! FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDg-S0UOp7RBUGXKGATormResponse?embedded-true 8123serra, 1:47 anasto Details How many copies of a static member of the class are created? 1 point © one per object O Zero @ one © None of the above Clear selection Communication offered by TCP is 1 point @ Fulkduplex © Half-duplex CO Semi-duplex © Byte by byte Clear selection The time required to examine the packet's header and determine where to 1 point direct the packet is part of ©@ Processing delay © Queuing delay © Transmission delay CO Allofthe mentioned Clear selection ntps:ifdocs google.comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 9123serra, 1:47 anasto Details Which of the following true about FILE *fp 1 point CO FILE is a keyword in C for representing files and fp is a variable of FILE type, ©@ FiILEisa structure and fp is a pointer to the structure of FILE type O FilEisa stream CO FiILEis a buffered stream Clear selection What are the worst case and average case complexities of abinary search 1 point tree? © aM), o(n) © O(logn), O(togn) O Ologn), ofn) © (7), o(logn) Clear selection How many distinct binary search trees can be created out of 4 distinct keys? 1 point O4 ©. Oz O 2 Clear selection ntps:ifdocs google.comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 10/23sorna1202s, 1147 Candidate Details What is the output of the code given below? point Eros ae ene Clear selection What will be the output of the code given below? point Sires steer stTO) int x Pets @e: © Compilation Error © Undefined Clear selection bitpssidocs.google.comiforms/e! FAIPAL ScIDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDg-S0UOp7REUGXKGATormResponse?embedded=true 11/23sorna1202s, 1147 Candidate Details Like constructors, can there be more than one destructors in a class? point O Tne @ False Clear selection Which one of these is not a Database System Type? point © Relational O Hierarchical O Network © mysql Clear selection ‘A doubly linked list is declared as given below. Where Fwd and Bwd represent 1 point forward and backward link to the adjacent elements of the list. Which of the following segments of code deletes the node pointed to by X from the doubly linked list, if itis assumed that X points to neither the first nor the last node of the list? ror Paes Sod © XeBwa-rFwd = X>Fwd; X-Fwd->Bwd = X>Bwd ; © >Bwd.Fwd = X->Fwd ; X.Fwd->Bwd = X->Bwd ; O X.Bwd-Fwd = X.Bwd ; X->Fwd.Bwd = X.Bwd ; O XeBwd->Fwd = X>Bwd ; X>Fwd->Bwd = X>Fwd; Clear selection bitpssidocs.google.comiforms/e! FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7RBUGXKGATormResponse?embedded=true 12/23sorna1202s, 1147 Candidate Details Exception handling is targeted at 1 point © Runsime error © Compile time error O Logical error © Allof the above Clear selection Ina full binary tree if number of internal nodes is |, then number of leaves L 1 point are? Clear selection ntps:ifdocs google.comiormsiafe/FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 13/23sorna1202s, 1147 Candidate Details The following function reverse() is supposed to reverse a singly linked list. point There is one line missing at the end of the function. Boerest ts Te eeeseer ees! static void reverse(struct node** heed_ref) eee ee ee ned eer ace em zy eee ere PCRs Peet ecosy ee eee ers ees *head_ref = prev; *head_ref = current; *head_ref = next; O00 © *head_ref = NULL; Clear selection bitpssidocs.google.comiforms/e!1 FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7RBUGXKGATormResponse?embedded-true 14/23sorna1202s, 1147 Candidate Details A person wants to visit some places. He starts from a vertex and then wants 1 point to visit every vertex tll it finishes from one vertex, backtracks and then explore other vertex from same vertex. What algorithm he should use? © Depth First Search CO Breadth First Search © Trim’s algorithm © None of the mentioned Clear selection What is the output of the code given below? point @ xis97 O xis98 O xis99 © Runtime error Clear selection bitpssidocs.google.comiforms/e!1 FAIPAL ScIDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7REUGXKGATormResponse?embedded=true 15/23serra, 1:47 anasto Details Web search engines stores information about many web pages bya___. 1 point O Web indexer ©@ Web Crawler © Web organizer © Web Router Clear selection Transmission delay does depend on point © Packet length © Distance between the routers © Both of the above © None of the mentioned Clear selection In below program, what would you put in place of "2" to print "tax"? point CO Not possible Clear selection hitpssidocs.google.comiforms/e!1 FAIPAL ScfDbNOOWA)7qMXPRg8Bq/YKv4tV7WPRDG-S0UOp7RBUGXKGATormResponse?embedded=true 16/23serio, 1:47 Candidate Details DNS stands for? 1 point © Domain Name System © Direct Name System CO Direct Network System © Domain Network System Clear selection Which of the following can be used to get the remainder when an integer ais 1 point divided by integer b? a/b bya a%eb b%a Oo@o0°O Clear selection A complex problem which can be broken down into repeating sub-problems 1 point can be solved by a method known as: O Recursion © Multithreaded Programming © Dynamic Programming © Functional Composition Clear selection ntps:ifdocs google.comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-60UOp7RBUGXKgAvfomResponse?embedded=true 17/23sorna1202s, 1147 Candidate Details If a relation is in BCNF, it is also in: © 1nF © 2nF © 3nF © Allof the above Which of the following is the fastest storage unit? © Hard Disk Drive © Solid State Drive ©@ cPuregisters © Random Access Memory What is the function of the union operation? © Itcombines the results of any two different queries 1 point Clear selection 1 point Clear selection 1 point @ [teombines the results of two different queries which have the same set of attributes in the select clause CE Lteombines the results of two different queries which have the same condition in the where clause CO Itaives the Cartesian product of the results of any 2 queries Clear selection ntps:ifdocs google comiormsiafe/FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 18/23sorna1202s, 1147 Candidate Details What is the output of the code given below? Assume that main function point returns 0. Peele ceaeceaes O True @ False CO Garbage value © Compile time error Clear selection bitpssidocs.google.comiforms/e! FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7REUGXKGAormResponse?embedded=true 19/23sorna1202s, 1147 Candidate Details Consider a set of 5 processes whose arrival time, CPU time needed and point priority(smaller the number, higher the priority) are given below. If the CPU scheduling FCFS, the average waiting time will be: Process Arrival time (in| CPUtime needed | Priority ms) (in ms) PA 0 10 5 P2 0 5 3 P3 2 3 1 P4 5 20 4 P5 10 2 2 © None of the above Set of consecutive memory locations is called as © Function O Loop @ Array O Pointer hitpsfidoes.google.comiformse!FAlplLScfDbNOOWR)7qMXPRg8EqJ KvstV7WPRDg-60UOp7REUGXKGAformResponse?embedded=tue Clear selection point Clear selection 2028sorna1202s, 1147 Candidate Details Convert the following infix expression to postfix expression -A/B*C+D*E- 1 point A‘ O Asc/*DE*+ace- O asersD*E+Ace- O ABcrsDE*+arc- @ AscrsDEr+Ace- Clear selection Address stored in the pointer variable is of type 1 point ©@ integer CO Floating O Array © Character Clear selection With SQL, how can you insert a new record into the "Persons" table? 1 point © INSERT VALUES (Jimmy, Jackson) INTO Persons © INSERT INTO Persons VALUES (Jimmy’, Jackson’) © INSERT (Jimmy’, Jackson) INTO Persons. Clear selection ntps:ifdocs google comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 21/23sorna1202s, 1147 Candidate Details Race Condition is caused due to point © Mult-Processing os O Muti ©@ Both of the above rogramming OS © None of the above Clear selection Following is C like pseudo code of a function that takes a number as an point argument, and uses a stack $ to do processing. What does the below function do in general? reece eas (8S, 2); ae 45) et CoDy CO Prints the value of Logn CO Prints the value of Logn in reverse order © Prints binary representation of n CO Prints binary representation of n in reverse order Clear selection bitpssidocs.google.comiforms/e!1 FAIPAL ScfDbNOOWAi7qMXPRg8Bq/YKvstV7WPRDG-S0UOp7RBUGXKGATormResponse?embedded=true 22/23sorna1202s, 1147 Candidate Details How many abstract methods should an abstract class have? 1 point O Zero @ one O To CO Three Clear selection What is the job of Assembler in C programming? 1 point © ttconverts source code into assembly code ©@ Itconverts a assembly language program into machine language © Itconvert code generated by Preprocessor to assembly code © None of the above Clear selection Aweb cookie is a small piece of data 1 point sent from user and stored in the server while a user is browsing a website sent from a sever and stored in user's machine sent from root server to all servers CO@O None of the above Clear selection Back Page 2 of 2 Clear form Never submit passwords through Google Forms. GoogleForms This form was created inside of Deltax ntps:ifdocs google comiormsiafe/1FAlpQL SofDbNOOWx/7qMXPR9BBqIYKvétV7WPRDg-S0UOp7RBUGXKgAvfomResponse?embedded=true 23/23
You might also like
Deltax Niraj
PDF
100% (12)
Deltax Niraj
12 pages
Brain Station 23 Question
PDF
67% (3)
Brain Station 23 Question
24 pages
DS Insem 23 3 21.docx-Merged
PDF
No ratings yet
DS Insem 23 3 21.docx-Merged
160 pages
CS213 Tutorial Solutions
PDF
No ratings yet
CS213 Tutorial Solutions
57 pages
CS201P MCQs Mids 2024 Mam M
PDF
100% (1)
CS201P MCQs Mids 2024 Mam M
25 pages
JAC Class 12 2013 Computer Science
PDF
No ratings yet
JAC Class 12 2013 Computer Science
5 pages
CS301 Quiz 1
PDF
No ratings yet
CS301 Quiz 1
134 pages
Cs301 Midterm Mega File
PDF
No ratings yet
Cs301 Midterm Mega File
31 pages
Interview Questions
PDF
No ratings yet
Interview Questions
26 pages
Delta Xmcqs
PDF
No ratings yet
Delta Xmcqs
5 pages
Define Linear Data Structure and Non-Linear Data Structure
PDF
No ratings yet
Define Linear Data Structure and Non-Linear Data Structure
11 pages
Intro To Java Programming Comprehensive Version 10th Edition (Unknown)
PDF
No ratings yet
Intro To Java Programming Comprehensive Version 10th Edition (Unknown)
6 pages
DeltaX Question
PDF
No ratings yet
DeltaX Question
11 pages
Set e All Programming Test Hitb
PDF
No ratings yet
Set e All Programming Test Hitb
40 pages
Final OOP
PDF
No ratings yet
Final OOP
2 pages
Pass Year 1 DSA
PDF
No ratings yet
Pass Year 1 DSA
12 pages
6602 All
PDF
No ratings yet
6602 All
2 pages
Cop3502 Final Study Guide 3 - 1
PDF
No ratings yet
Cop3502 Final Study Guide 3 - 1
28 pages
Data Structure Questions
PDF
No ratings yet
Data Structure Questions
43 pages
CS-21001 (DS) - CS End Nov 2024
PDF
No ratings yet
CS-21001 (DS) - CS End Nov 2024
26 pages
The Test On Dsa
PDF
No ratings yet
The Test On Dsa
9 pages
Final Test: Student Name: - Time/Date Issued: Time/Date Due: Instructions
PDF
No ratings yet
Final Test: Student Name: - Time/Date Issued: Time/Date Due: Instructions
3 pages
CSD201
PDF
No ratings yet
CSD201
11 pages
S&S BNITP508 Udupa
PDF
No ratings yet
S&S BNITP508 Udupa
5 pages
Objective Questions-CP-II
PDF
No ratings yet
Objective Questions-CP-II
15 pages
Subject: DSTC++: Unit-I: Above Average Questions Short Questions
PDF
No ratings yet
Subject: DSTC++: Unit-I: Above Average Questions Short Questions
7 pages
CPS 151 Study Guide For Test #3 On November 7, 2013
PDF
No ratings yet
CPS 151 Study Guide For Test #3 On November 7, 2013
3 pages
CS301 Midterm by Mark 1
PDF
No ratings yet
CS301 Midterm by Mark 1
45 pages
Cs301 Final Term Solved Paper Mega File
PDF
No ratings yet
Cs301 Final Term Solved Paper Mega File
31 pages
Oops Pyq
PDF
No ratings yet
Oops Pyq
2 pages
The Test On Dsa: Sorting by Selection 3mark Sorting by Insertion Sorting by Exchange Sorting by Removal
PDF
No ratings yet
The Test On Dsa: Sorting by Selection 3mark Sorting by Insertion Sorting by Exchange Sorting by Removal
9 pages
Junior MCQ Sets
PDF
No ratings yet
Junior MCQ Sets
78 pages
CS201 Midterm Solved MCQs With Reference by Zeshan Khalid
PDF
No ratings yet
CS201 Midterm Solved MCQs With Reference by Zeshan Khalid
6 pages
Your Email Address: Indicates Required Question
PDF
No ratings yet
Your Email Address: Indicates Required Question
7 pages
150+ MCQs For OAs of Placements - GATE
PDF
No ratings yet
150+ MCQs For OAs of Placements - GATE
161 pages
CSE205 End Term Practice Set
PDF
No ratings yet
CSE205 End Term Practice Set
7 pages
CS301 MCQs Lecture 1 To 20
PDF
No ratings yet
CS301 MCQs Lecture 1 To 20
77 pages
ECE244H1 20179 631571720330midterm 2017
PDF
No ratings yet
ECE244H1 20179 631571720330midterm 2017
25 pages
CS301 Final Term MAGA File.. All Paperz Are in 1 File..Pages 1 To 30. (Eagle - Eye)
PDF
No ratings yet
CS301 Final Term MAGA File.. All Paperz Are in 1 File..Pages 1 To 30. (Eagle - Eye)
31 pages
01 DS Quiz Set
PDF
No ratings yet
01 DS Quiz Set
109 pages
Cs 301
PDF
No ratings yet
Cs 301
404 pages
CS 251 Fall 2018 Final Exam
PDF
No ratings yet
CS 251 Fall 2018 Final Exam
15 pages
Solution Set Data Structures
PDF
No ratings yet
Solution Set Data Structures
10 pages
Ds 1
PDF
No ratings yet
Ds 1
8 pages
C++ MCQ
PDF
No ratings yet
C++ MCQ
17 pages
Du MSC Computer Science: 1) What Will Be The Output of The Following Code Segment Written in C++?
PDF
No ratings yet
Du MSC Computer Science: 1) What Will Be The Output of The Following Code Segment Written in C++?
17 pages
Me Gafile CS201 by Hackerz ZZ
PDF
No ratings yet
Me Gafile CS201 by Hackerz ZZ
89 pages
Important Instructions
PDF
No ratings yet
Important Instructions
5 pages
Final PF Question
PDF
No ratings yet
Final PF Question
4 pages
Mock Interview Question Final
PDF
No ratings yet
Mock Interview Question Final
6 pages
Solved CS201 Intro To Programing
PDF
100% (1)
Solved CS201 Intro To Programing
37 pages
Module: C++ & Data Structures Using C++ Session No. 1 Q. No. 1
PDF
No ratings yet
Module: C++ & Data Structures Using C++ Session No. 1 Q. No. 1
13 pages
Data Structure QP
PDF
No ratings yet
Data Structure QP
8 pages
CS 106X Sample Final Exam #2: 1. Array List Implementation (Write)
PDF
No ratings yet
CS 106X Sample Final Exam #2: 1. Array List Implementation (Write)
9 pages
Spring 2010 CS201-Introduction To Programming Ref No: Time: 90 Min Marks: 58
PDF
No ratings yet
Spring 2010 CS201-Introduction To Programming Ref No: Time: 90 Min Marks: 58
14 pages
Cs301 Final Term Solved Paper Mega File
PDF
No ratings yet
Cs301 Final Term Solved Paper Mega File
31 pages
Data Structures - CS301 Fall 2003 Mid Term Paper Session 3
PDF
No ratings yet
Data Structures - CS301 Fall 2003 Mid Term Paper Session 3
9 pages
Hackathon - Surid
PDF
No ratings yet
Hackathon - Surid
6 pages
C++ Interview Questions
PDF
No ratings yet
C++ Interview Questions
14 pages