COA Lec 09 Describe the Von Neumann Model and explain the functioning of its components | COA previous years...
COA Lec 08 Software in Hindi Video | System | Application | Programming | Computer Organization Architecture
Java lect 42 Inheritance types single, multilevel, hierarchical etc. in Hindi Video lec | Campus placement
lect 27 Parameterized methods in Java same name different parameter Campus placement preparation in Hindi Video
Lect 03 Declaration, initialization, display of variable in Java in Hindi video lecture
Lect 02 Understanding public static void main (String args[] ){ } in Jav...
In a town of 10000 families, it was found that 40% families buy product A, 20% buy product B
DAVV MBA PYQ
Practice questions (DAVV MBA PYQs):
In a managers club, 45 play polo, out of which 30 play Polo only
DAVV MBA PYQ
Practice questions (DAVV MBA PYQs):
In a survey of 500 T.V. viewers, 285 watched KBC, 195 watch cricket, 115 watch hockey, 45 watch KBC and hockey
DAVV MBA PYQ
Practice questions (DAVV MBA PYQs):
In a city there are 100000 people, 64% of them speak Greek, 55% people speak Latin, 43% p
DAVV MBA PYQ
Practice questions (DAVV MBA PYQs):
A company studies the product preferences of 20,000 consumers. It was found that each
DAVV MBA PYQ
Write short note on 'Venn Diagram'. Illustrate your answer with suitable example.
DAVV MBA PYQ
What is Set? Describe different types of sets
DAVV MBA PYQ
- Finite set
- Infinite set
- Universal set
- Power set
- Proper subset
- Cardinal Number
C Program GATE 2018 -8
C Program GATE 2018 -7
Develop a Gantt Chart, Average Waiting time, FCFS, SJF, RR
Process |
Burst Time |
Arrival Time |
P1 |
3 |
0 |
P2 |
5 |
1 |
P3 |
2 |
2 |
P4 |
5 |
3 |
P5 |
5 |
4 |
TCS Coding Q-01
TCS NQT
C Program GATE 2019 -4
C Program : GATE 2019
C Program GATE 2019-2
C Program : GATE 2019
C Program GATE 2019-1
C Program : GATE 2019
C Program GATE 2019-6
C Program : GATE 2019
If cache access time is 100ns, main memory access time is 1000ns and the hit raio is 0.9. Find the average access time and also define hit ratio.
If cache access time is 100ns, main memory access time is 1000ns and the hit raio is 0.9. Find the average access time and also define hit ratio.
Visual Basic Database Connection and Insert Query
How to create database connection in Visual Basic ?
Here, we are going to use Visual Basic 2010 and MS Access 2010.
Consider the following employee database
Consider the following employee database. (RGPV 2019)
Employee (empname,street, city)
work (empname,companyname,salary)
company (companyname,city)
manages (empname,management).
Give an expression in the SQL for each request.
Explain the concepts of Generalization and Aggregation with appropriate examples.
Explain the concepts of Generalization and Aggregation with appropriate examples. (RGPV 2019)
Ans. Generalization:
Entities with common attributes can be merged into a generic or super type entity by generalisation.
For example, the entity EMPLOYEE is a super type of Professor, Conductor, and Engineer.
Function in C Programming
C Programming | Function
In PERT/CPM, the merge event represents | UGC NET
UGC NET 2018 :
In PERT/CPM, the merge event represents _____ of two or more events.Time Complexities of sorting algorithms
Algorithm |
Time Complexity |
||
Best case |
Average case |
Worst case |
|
Bubble
Sort |
Ω(n) |
θ(n2) |
O(n2) |
Bucket
Sort |
Ω(n+k) |
θ(n+k) |
O(n2) |
Heap
Sort |
Ω(n
log(n)) |
θ(n
log(n)) |
O(n
log(n)) |
Insertion
Sort |
Ω(n) |
θ(n2) |
O(n2) |
Merge
Sort |
Ω(n
log(n)) |
θ(n
log(n)) |
O(n
log(n)) |
Quick
Sort |
Ω(n
log(n)) |
θ(n
log(n)) |
O(n2) |
Radix
Sort |
Ω(nk) |
θ(nk) |
O(nk) |
Selection
Sort |
Ω(n2) |
θ(n2) |
O(n2) |
Find the time complexity of sum of two numbers using function
What is the time complexity of the program for the sum of two numbers using function ?
Software coupling involves dependencies among pieces of software | UGC NET
UGC NET 2018 :
Process in Main Memory and Ready and Waiting for execution is kept on | UGC NET
UGC NET 2018 :
How many people completed the survey form | UGC NET
UGC NET 2018 :
More subjects to read
- Cloud Computing
- Theory of Computation
- Computer Organization and Architecture
- Data Structure
- R Notes
- Software Engineering
- DBMS
- Operating Systems
- Linux
- Discrete Structure
- Computer Network
- Management Information System
- Advanced Computer Architecture
- Information Storage Management
- Network and Web Security
- Distributed System
- PHP Notes
- Web Engineering
- Python Programming
- Java Notes
- Compiler Design
- Principles of Programming Languages