Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Filter
User the_psycho_scientist
Wall
Recent activity
All questions
All answers
Exams Taken
All Blogs
Answers by the_psycho_scientist
0
votes
1
NIELIT 2018-39
A RAM chip has a capacity of $1024$ words of $8$ bits each $(1K \times 8)$. The number of $2 \times 4$ decoders with enable line needed to construct a $32 K \times 8$ RAM from $1K \times 8$ RAM is $4$ $5$ $6$ $7$
answered
in
Digital Logic
Nov 15, 2020
1.7k
views
nielit-2018
digital-logic
combinational-circuit
decoder
0
votes
2
which can not be declared static
which of the following can not be declared static ? a)class b)object c)functions d)member variables
answered
in
Object Oriented Programming
Aug 9, 2020
2.3k
views
0
votes
3
UGC NET CSE | June 2008 | Part 2 | Question: 15
Which of the following is true? (A) A static member of a class cannot be inherited by its derived class. (B) A static member of a class can be initialized only within the class it is a member of. (C) A static ... of a class is actually a global element, it does not require a class/object qualifier to access it independently of class/object.
answered
in
Object Oriented Programming
Aug 9, 2020
1.0k
views
ugcnetcse-june2008-paper2
non-gate
cpp
object-oriented-programming
0
votes
4
UGC NET CSE | July 2018 | Part 2 | Question: 5
Given below are three implementations of the $\text{swap()}$ function in $\text{C++}$ ... $\text{(a)}$ only $\text{(b)}$ only $\text{(c)}$ only $\text{(b)}$ and $\text{(c)}$ only
answered
in
Object Oriented Programming
Aug 9, 2020
3.8k
views
ugcnetcse-july2018-paper2
object-oriented-programming
1
vote
5
UGC NET CSE | January 2017 | Part 3 | Question: 38
Given the array of integers ‘array’ shown below: 13 7 27 2 18 33 9 11 22 8 What is the output of the following JAVA statements? int[] p = new int [10]; int[] q = new int [10]; for (int k=0; k< 10; k++) p[k]=array [k]; q=p; p[4]=20; System.out.println(array[4]+":"+q[4]); 20:20 18:18 18:20 20:18
answered
in
Object Oriented Programming
Aug 9, 2020
2.4k
views
ugcnetcse-jan2017-paper3
object-oriented-programming
java
0
votes
6
UGC NET CSE | December 2007 | Part 2 | Question: 15
Which of the following is true of constructor function in C++ ? A class must have at least one constructor. A constructor is a unique function which cannot be overloaded. A constructor function must be invoked with the object name. A constructor function is automatically invoked when an object is created.
answered
in
Object Oriented Programming
Aug 9, 2020
1.9k
views
ugcnetcse-dec2007-paper2
1
vote
7
NIELIT 2017 July Scientist B (IT) - Section B: 40
Give the output #include<iostream> using namespace std; class Base1{ public: ~Base1() {cout<<"Base1's destructor"<<endl;} }; class Base2 { public: ~Base2(){cout<<"Base2's ... Derived's Destructor Derived's Destructor Base$2$'s destructor Base$1$'s destructor Derived's Destructor Compiler Dependent
answered
in
Object Oriented Programming
Aug 9, 2020
1.0k
views
nielit2017july-scientistb-it
non-gate
object-oriented-programming
1
vote
8
NIELIT 2017 July Scientist B (IT) - Section B: 39
Give the output #include<iostream> using namespace std; class Base { public: int x,y; public: Base(int i, int j){x=i;y=j;} }; class Derived:public Base { public: Derived(int i,int j):x(i),y(j){} void print(){cout<< x << ... int main(void) { Derived q(10,10); q.print(); return 0; } $10\:10$ Compiler Error $0\:0$ None of the option
answered
in
Object Oriented Programming
Aug 9, 2020
878
views
nielit2017july-scientistb-it
non-gate
object-oriented-programming
0
votes
9
In XML we can specify the frequncy of element by using the symbol. A #*! B +*?
answered
in
Web Technologies
Aug 7, 2020
349
views
web-technologies
non-gate
0
votes
10
html web
WHAT IS STATIC HTML WEB PAGE .....??? WE NEED TO SOLVE WITH REFERENCE TO PERSISTENT CONNECTION OR NON PERSISTENT CONNECTION??? QUESTION : A graphical HTML browser resident at a network client machine QQ accesses a static HTML webpage from a HTTP server SS. The ... for this A single HTTP request from QQ to SS is sufficient, and this is possible without any TCP connection between QQ and S
answered
in
Web Technologies
Aug 7, 2020
395
views
web-technologies
0
votes
11
NIELIT 2016 DEC Scientist B (IT) - Section B: 20
By which technology do we separate our business logic from the presentation logic? Servlet JSP Both (A) & (B) None of the above
answered
in
Web Technologies
Aug 7, 2020
777
views
nielit2016dec-scientistb-it
non-gate
web-technologies
0
votes
12
UGC NET CSE | December 2009 | Part 2 | Question: 43
Recorded software attributes can be used in the following endeavours : (i) Cost and schedule estimates. (ii) Software product reliability predictions. (iii) Managing the development process. (iv) No where Codes : (A) (i) (ii) (iv) (B) (ii) (iii) (iv) (C) (i) (ii) (iii) (D) (i) (ii) (iii) (iv)
answered
in
IS&Software Engineering
Jul 31, 2020
1.3k
views
ugcnetcse-dec2009-paper2
is&software-engineering
cost-estimation-model
0
votes
13
UGC NET CSE | January 2017 | Part 3 | Question: 47
Complete each of the following sentences in List-I on the left hand side by filling in the word or phrase from the List -II on the right hand side that best completes the sentence : ... $\text{I-D, II-B, III-C, IV-A}$ $\text{I-D, II-B, III-A, IV-C}$
answered
in
IS&Software Engineering
Jul 30, 2020
1.9k
views
ugcnetcse-jan2017-paper3
is&software-engineering
0
votes
14
UGC NET CSE | January 2017 | Part 3 | Question: 46
A software project was estimated at $352$ Function Points$\text{(FP)}$. A four person team will be assigned to this project consisting of an architect, two programmers, and a tester The salary of the architect is $\text{₹}80,000$ ... ? $\text{₹}28,16,000$ $\text{₹}20,90,000$ $\text{₹}26,95,000$ $\text{₹}27,50,000$
answered
in
IS&Software Engineering
Jul 30, 2020
1.3k
views
ugcnetcse-jan2017-paper3
is&software-engineering
1
vote
15
UGC NET CSE | January 2017 | Part 3 | Question: 43
Which of the following statement(s) is/are TRUE with regard to software testing? Regression testing technique ensures that the software product runs correctly after the changes during maintenance. Equivalence partitioning is a white-box testing technique that ... from which test cases can be derived. only I only II both I and II neither I nor II
answered
in
IS&Software Engineering
Jul 30, 2020
748
views
ugcnetcse-jan2017-paper3
is&software-engineering
software-testing
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
What are the key things to focus on during the final 10-15 days before the GATE exam to improve performance?
All India GO Classes Mock test
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.6k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(842)
Tier 1 Placement Questions
(17)
Job Queries
(74)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
Sorry to break the news, but: I see a few flaws...
bhai mujhe bhi bula lo australia......mai bhi...
I see no inspiration here. Not everyone is...
Yaa toa intentionally bohot jyada sahi time kiya...
Man, I feel you! I left my job to do gate this...