DATE OF SUBMISSION: 20/11/2017
CLICK HERE TO DOWNLOAD HOMEWORK
_________________________________________________________________________
DATE OF SUBMISSION: 06/11/2017
CLICK HERE TO DOWNLOAD HOMEWORK
_________________________________________________________________________
CLICK HERE TO DOWNLOAD HOMEWORK
DATE OF SUBMISSION: 18/08/2017
_________________________________________________________________________
C++ programming
1. What are C token?
2. What are the rules of defining an identifier?
3. What are the different types of operators in C++
4. Write notes on conditional and assignment operators?
5. Differentiate between pre increment and post increment operators in C++.
_______________________________________________________________________________
DATE OF SUBMISSION: 07/07/2017
1. What is ISCII
2. Differentiate between ASCII and UNICODE
3. Convert 100101 in binary to hexadecimal, decimal and octal number system
4. Express FACE in hexa decimal to binary, decimal and octal number system
5. Express 6723 in octal to binary, decimal and hexadecimal number system
_______________________________________________________________________________
DATE OF SUBMISSION: 27/07/2017
1.What is the features of first generation, second generation and third generation computers.
2.What is parallel processing
3.Differentiate between analog and digital computers.
4.What are embedded computers?
5.What is artificial intelligence?
_____________________________________________________________________________
DATE OF SUBMISSION: 12/07/2017
1.Which are the different types of OS
2. Differentiate application software and system software
3. List out few input output devices.
4. Give examples for language processors
___________________________________________________________________________
DATE OF SUBMISSION: 28/06/2017
Write a paragraph on Computers in our daily life
CLICK HERE TO DOWNLOAD HOMEWORK
_________________________________________________________________________
DATE OF SUBMISSION: 06/11/2017
CLICK HERE TO DOWNLOAD HOMEWORK
_________________________________________________________________________
CLICK HERE TO DOWNLOAD HOMEWORK
DATE OF SUBMISSION: 18/08/2017
_________________________________________________________________________
C++ programming
1. What are C token?
2. What are the rules of defining an identifier?
3. What are the different types of operators in C++
4. Write notes on conditional and assignment operators?
5. Differentiate between pre increment and post increment operators in C++.
_______________________________________________________________________________
DATE OF SUBMISSION: 07/07/2017
1. What is ISCII
2. Differentiate between ASCII and UNICODE
3. Convert 100101 in binary to hexadecimal, decimal and octal number system
4. Express FACE in hexa decimal to binary, decimal and octal number system
5. Express 6723 in octal to binary, decimal and hexadecimal number system
_______________________________________________________________________________
1.What is the features of first generation, second generation and third generation computers.
2.What is parallel processing
3.Differentiate between analog and digital computers.
4.What are embedded computers?
5.What is artificial intelligence?
_____________________________________________________________________________
DATE OF SUBMISSION: 12/07/2017
1.Which are the different types of OS
2. Differentiate application software and system software
3. List out few input output devices.
4. Give examples for language processors
___________________________________________________________________________
DATE OF SUBMISSION: 28/06/2017
Write a paragraph on Computers in our daily life
Date of Submission: 22.02.2017
1. Consider the following table employees. Write SQL commands for the
statements (i) to (v)
Employees
Empid
|
Firstname
|
Lastname
|
Address
|
City
|
010
|
Ravi
|
Kumar
|
Raj nagar
|
GZB
|
105
|
Harry
|
Waltor
|
Gandhi nagar
|
GZB
|
152
|
Sam
|
Tones
|
33 Elm St.
|
Paris
|
215
|
Sarah
|
Ackerman
|
440 U.S. 110
|
Paris
|
244
|
Manila
|
Sengupta
|
24 Friends street
|
New Delhi
|
Write the SQL commands for the following :
(i) To show firstname,lastname,address and city of all employees living in paris
(ii) To display the content of Employees table in descending order of Firstname.
(iii) To delete the employee whose empid is 152 .
(iv ) To display the details of those employees whose name ends with the letter ‘r’ .
(v) To count the number of employees who lives in New Delhi.
Date of submission: 25.02.2017
1..
Consider the following tables BOOKS.
Write SQL commands for the statements (i) to (iv) .
BOOKS
Book_Id
|
Book_Name
|
Author_Name
|
Publishers
|
Price
|
Type
|
Quantity
|
C01
|
Fast Cook
|
Lata Kapoor
|
EPB
|
355
|
Cookery
|
5
|
F01
|
The Tears
|
William
Hopkins
|
First
|
650
|
Fiction
|
20
|
T01
|
My C++
|
Brain &
Brooke
|
FPB
|
350
|
Text
|
10
|
T02
|
C++ Brain
|
A.W.Rossaine
|
TDH
|
350
|
Text
|
15
|
F02
|
Thuderbolts
|
Anna
Roberts
|
First
|
750
|
Fiction
|
50
|
1.
To list the names from books of Text
type.
2.
To display the names and price from books
in ascending order of their price.
3.
To increase the price of all books of EPB
publishers by 50.
4.
To display the details of those books
whose price is between 300 and 600.
5.
To increase the price of all books by 100
where is publisher is EPB
No comments:
Post a Comment
Note: only a member of this blog may post a comment.