GATE Overflow for GATE CSE
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

Recent activity by the_psycho_scientist

3 answers
1
GATE CSE 2020 | Question: 30
A computer system with a word length of $32$ bits has a $16$ MB byte- addressable main memory and a $64$ KB, $4$-way set associative cache memory with a block size of $256$ ... set. $A3$ and $A4$ are mapped to the same cache set. $A1$ and $A3$ are mapped to the same cache set.
commented in CO and Architecture Feb 12, 2021
12.9k views
  • gatecse-2020
  • co-and-architecture
  • cache-memory
  • 2-marks
15 answers
2
GATE CSE 2019 | Question: 21
The value of $3^{51} \text{ mod } 5$ is _____
commented in Combinatory Jan 4, 2021
14.5k views
  • gatecse-2019
  • numerical-answers
  • combinatory
  • modular-arithmetic
  • 1-mark
3 answers
3
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
5 answers
4
GATE IT 2005 | Question: 43
Which of the following input sequences will always generate a $1$ at the output $z$ ...
commented in Digital Logic Aug 31, 2020
12.5k views
  • gateit-2005
  • digital-logic
  • circuit-output
  • normal
2 answers
5
UGC NET CSE | December 2015 | Part 3 | Question: 29
Which of the following is used to make an Abstract class? Making at least one member function as pure virtual function Making at least one member function as virtual function Declaring as Abstract class using virtual keyword Declaring as Abstract class using static keyword
commented in Object Oriented Programming Aug 9, 2020
2.5k views
  • ugcnetcse-dec2015-paper3
  • object-oriented-programming
  • abstract-class
2 answers
6
UGC NET CSE | June 2016 | Part 2 | Question: 14
When a method in subclass has the same name and type signatures as a method in the superclass, then the method in the subclass ____ the method in the superclass. Overloads Friendhips Inherits Overrides
commented in Object Oriented Programming Aug 9, 2020
1.6k views
  • ugcnetcse-june2016-paper2
  • object-oriented-programming
2 answers
7
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
1 answer
8
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
6 answers
9
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
3 answers
10
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
1 answer
11
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
2 answers
12
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
2 answers
13
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
880 views
  • nielit2017july-scientistb-it
  • non-gate
  • object-oriented-programming
1 answer
14
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
1 answer
15
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
3 answers
16
UGC NET CSE | January 2017 | Part 3 | Question: 42
What can you say about the following statements? XML tags are case-insensitive In JavaScript, identifier names are case-sensitive Cascading Style Sheets (CSS) cannot be used with XML All well formed XML documents must contain a document type definition ... II are false only III and IV are false only I and III are false only II and IV are false
commented in Web Technologies Aug 7, 2020
1.1k views
  • ugcnetcse-jan2017-paper3
  • web-technologies
  • programming
1 answer
17
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
780 views
  • nielit2016dec-scientistb-it
  • non-gate
  • web-technologies
3 answers
18
UGC NET CSE | June 2012 | Part 3 | Question: 33
Which one of the following statements is incorrect? The number of regions corresponds to the cyclomatic complexity Cyclomatic complexity for a flow graph $G$ is $V(G)=N-E+2$, where E is the number of edges and N is the number of nodes in flow ... flow graph $G$ is $V(G)=P+1$, where P is the number of predicate nodes contained in the flow graph G.
commented in IS&Software Engineering Aug 6, 2020
8.8k views
  • ugcnetcse-june2012-paper3
  • is&software-engineering
  • software-metrics
1 answer
19
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
3 answers
20
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
4 answers
21
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
5 answers
22
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
752 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

  • Recruitment of Scientific Officers in the Department of Atomic Energy 2023
  • GATE CSE 2023 Paper & Analysis - Memory Based
  • From GATE to Australia
  • DRDO Previous Year Papers
  • From Rank 4200 to 64: My Journey to Success in GATE CSE Exam

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 (75)
  • Projects (9)
  • Unknown Category (853)

Recent Blog Comments

  • 1200/1000 = 1.2
  • Aptitude- 1- there was a question, Like in a...
  • Suppose typing happens at 1 keystroke per second....
  • The algorithm for graph colouring was to pick...
  • @Aakash_Bhardwaj all the best bro . For your...
  • Send feedback
  • Rank Predictor
  • College Prediction
  • Useful Links
  • FAQ
  • Corrections
  • Discuss
  • Copyright
  • Request
  • Testimonials
  • Chat Logs
  • Chat
  • Badges
  • Search tips
  • Exam Category
  • Blog Category
  • Blog Tags
  • Privacy
  • Test Series
  • Contact Us
Developed by Chun