Wednesday, June 21, 2023

COMPUTER SCIENCE II SEM C++ IMPORTANT QUESTIONS

UNIT- I
A. QUESTION 
1. Explain datatypes in C++
2. Explain operators in C++
3. Explain loops in C++
4. Explain function overloading and inline functions 
Or 
B. QUESTION 
1. Explain OOP Concepts
2. Differentiate between procedural and object oriented programming language 

Unit - 2
A. QUESTION 
1. What is constructor? Explain the types of constructors
2. Explain copy constructor
3. Explain constructor overloading 
Or
B. QUESTION 
1. Explain operator overloading 
2. Explain array of objects 

Unit -3
A. QUESTION 
1. What is Inheritance, explain types of Inheritances
2. Explain multiple Inheritance 
Or
B. QUESTION 
1. What is polymorphism? Explain virtual function.
2. What is pure virtual function? Explain abstract baseclass.
3. Explain c++ stream classes
4. Explain formatted and non formatted io operations

Unit -4
A. QUESTION 
1. What is Exception? Explain Exception handling mechanism
2. Explain catching multiple exceptions
3. Explain handling our own Exception 
Or
B. QUESTION 
1. What is Template? Explain class template
2. Explain function template
3. Explain STL

Thursday, June 8, 2023

Computer Science VI sem Web technologies important questions

 Unit 1

1. What is HTML? Explain basic text formatting tags.

2. Explain lists in HTML

3. Explain links in HTML. (OR ) Explain hyperlink in HTML 

4. Explain tables in HTML with an example program

5. Explain form elements in HTML 

6. What is frame ? Explain creating frames in HTML 

Unit- 2

1. What is CSS ? Explain types of style sheets

2. Explain different types of CSS Properties and values 

3. Explain pseudo classes in CSS

4. Explain different types of selectors in CSS

Unit -3

1. What is Javascript? Explain types of scripting languages.

2. Explain operators in Javascript 

3. What is DOM ? Explain DOM in Javascript 

4. Explain functions in Javascript 

5. Explain built-in objects on Javascript 

6. What is event? Explain types of Events

Unit - 4

1. What is XML? explain difference between HTML and XML

2. Explain XML DTD(Document type definition)

3. Explain XML Schema and XSLT(Xml style sheet)

4. Explain XML DOM

5. What is AJAX? Explain AJAX example using XML

6. Explain traditional web applications VS AJAX applications 



Tuesday, June 6, 2023

Datascience vi sem deep learning important questions

 Unit 1

1. What is deep learning? Explain the history

2. Explain Data representations for Nueral Networks

3. Explain the  different types of tensors. 

4. Explain manipulation of tensors in numpy

Unit -2

1. Explain different types of tensor operations

2.explain geometric interpretation of tensor operations/ deep learning 

Unit - 3

1. Explain gradient based optimization

2. Explain stochastic gradient descent

3. Explain the backpropogation algorithm 

4. Explain anatomy of nueral Networks and layer of neural Networks 

Unit -4

1. Explain keras. Tensor flow ,theano and CNTK

2. Explain recurrent Nueral Networks 

3. Explain LSTM and GRU Layers