Friday 22 January 2021

ANU UG / Degree B.Com 5th Sem Web Technology important questions

ANU B.Com 5th Sem Web Technology important questions for 5 units are available. You can get good marks by preparing these questions. The question papers consists of  8 questions and you need to answer any five questions. Each question carries 15 Marks. nagarjuna university B.Com important questions for web technologies.

What are the expected Questions from each unit.

                  According to the model paper placed on the official nagarjuna university website, you can get single question from each unit compulsory. But as per our expectations the following choice is followed.

UNIT-I ------- 2 Questions /

UNIT-II ----- 1 Question

UNIT-III ----- 2 Questions

UNIT-IV ---- 1 Question / 2 Questions

UNIT-V ----  2 Question

You Might Also Like:  ANU B.Com 5th Sem Model questions papers for all subjects click here

UNIT-I ( Introduction to HTML)

  1. What is Topology? Explain different types of typologies.
  2. Explain different types of networks with examples.[Oct-17]
  3. Describe the basic structure of HTML Document.[Oct-19]
  4. Write about various formatting tags in HTML.[Oct-18]
  5. What are hyperlinks and Heading Tags? Explain.[Oct-19]
  6. What are different types of list in HTML? Explain how these list are created in HTML with suitable example
  7. How to create tables in HTML? Write a HTML program to set table background with color and image for table.[Oct-17]
  8. Explain the procedure to include multimedia objects in web page.
  9. Explain how frames are created in web page with example.
  10. Discuss various form tags.[Oct-19,18]

UNIT-II ( Cascading Style Sheets)

  1. What is the purpose of creating Cascading Style Sheets? Explain the types of CSS.
  2. Explain CSS Syntax with Examples.[Oct-19]
  3. Explain how to format block of information.
  4. How to how add your own styles to web page.[Oct-17]
  5. Write about properties and values.[Oct-18]
  6. What is layer? How they are created? Describe with example.[Oct-17]

UNIT-III ( Introduction to JavaScript)

  1. What is DHTML? Write the difference between HTML and DHTML.
  2. What is JavaScript? Write advantages and disadvantages.[Oct-18]
  3. What is variable? Explain the use of JavaScript variable with example.
  4. Write about various string manipulation functions with examples.[Oct-18]
  5. Write about various mathematical functions with examples.[Oct-19]
  6. Write about various statements in JavaScript.[Oct-19]
  7. List out Various operators available in JavaScript.
  8. Explain JavaScript Arrays in Detail with example program.
  9. Explain how an element can be removed from an array.
  10. What are the functions used in JavaScript? How are the functions defined in JavaScript? Explain with an example.[Oct-17]

UNIT-IV ( Objects in JavaScript)
  1. How JavaScript supports object orientation? Explain with Example.
  2. Explain regular expression in JavaScript.[Oct-18]
  3. Explain exception handling in JavaScript with example.
  4. Explain in detail built in objects in JavaScript.[Oct-17]
  5. Explain document Object in Detail.[Oct-19] 
  6. Write about form object.[Oct-18]
  7. " JavaScript is a event driven system". Justify.
UNIT-V ( DHTML with JavaScript)

  1. How data validation performed in JavaScript? Write JavaScript to validate a form.
  2. Design a web page to open in new window.
  3. Explain moving images and rollover buttons.[Oct-19]
  4. Explain Text-Only Menu System.[Oct-18]
  5. Write about multiple pages in single download.
  6. Write about a) messages and conformations b) status bar[Oct-19] c) writing to different frame.[Oct-17]
 
 Note: Get get 100 % pass marks prepare any two units of the above.

Thursday 21 January 2021

ANU UG / Degree B.Com 5th Sem Programming in C important questions

ANU B.Com 5th Sem Programming in C important questions for 5 units are available. You can get good marks by preparing these questions. The question papers consists of  8 questions and you need to answer any five questions. Each question carries 15 Marks. nagarjuna university B.Com important questions for Programming in C.

What are the expected Questions from each unit.

                  According to the model paper placed on the official nagarjuna university website, you can get single question from each unit compulsory. But as per our expectations the following choice is followed.

UNIT-I ------- 2 Questions / 3 Questions

UNIT-II ----- 1 Question

UNIT-III ----- 2 Questions

UNIT-IV ---- 1 Question / 2 Questions

UNIT-V ----  1 Question

You Might Also Like:  ANU B.Com 5th Sem Model questions papers for all subjects click here

UNIT-I ( Introduction to algorithms and programming languages)

  1. What is algorithm? How it is useful in the context of software development.[Oct-19,18]
  2. Explain the structure of C Program with example program.[Oct-18]
  3. Explain basic data types in C .[Oct-18]
  4. Explain the terms variables and constants? How many types of variables are supported by C.[Oct-19,17] 
  5. Explain different types of operators in C.[Oct-18,17]
  6. Explain type conversion and type casting in C.

UNIT-II ( Decision control and looping statements)

  1. Explain decisions control / Branching / conditional  statements in C.[Oct-19,17]
  2. Write a syntax and example for switch statement[Oct-18]
  3. Explain iterative / Looping statements in C.
  4. Write about unconditional branching statements in C.
  5. Distinguish between the break and continue statement.[Oct-18]

UNIT-III ( Functions)

  1. What is Function? Explain function declaration, function call and definition in C.[Oct-19]
  2. Explain different parameter passing techniques ( call by value and call by reference).[Oct-17]
  3. Define a function. Explain the concept of making function calls. [oct-18]
  4. Write a program using for loop to print all the numbers from m to n.[Oct-18]
  5. Different between formal parameters and actual parameters.[Oct-18]
  6. What is variable? Explain different scopes of variables.
  7. What is storage class? Explain different types of storage classes in C.[Oct-17]
  8. What is Recursion? Explain.

UNIT-IV ( Arrays)

  1. What is Array? Explain different types of arrays in C.
  2. Explain one and two dimensional arrays in C.
  3. Explain different ways to pass one dimensional array to functions.
  4. What are different operations that can be performed on Two dimensional arrays? Explain.
  5. Write a Program to read and display 3x3 matrix.[Oct-19,17]
  6. Write a program to read and display array of 'n' integers using 1D array.[Oct-19] 
  7. What is an array? How can you access elements of 1D-array?[Oct-18,17]
UNIT-V ( String)

  1. What is string? Write about any 10 string handling functions in C.[Oct-19,17]
  2. Write about string I/O functions in C.
  3. Write about charter functions in C.   
Important Programs
  1. Write a c program to check weather the given string is palindrome or not.
  2. Write a c program to find the length of a string.
  3. Write a c program to add, subtract, and multiply two matrices.[Oct-18]
  4. Write a c program to find maximum and minimum element in an Arrays.
  5. Write a c program to find factorial of a given number using recursion.[Oct-19]
  6. Write a c program to print Fibonacci series using recursion.
  7. Write a c program to reverse a given number.
  8. Write a c program to find biggest of three numbers. 
 ANU B.Com 5th Sem Programming in C important questions Download Here 


Wednesday 20 January 2021

ANU UG / Degree 5th Sem Important Questions for B.A / B.Sc / B.Com

ANU UG / Degree 5th Sem Important Questions for B.A / B.Sc / B.Com: The Nagarjuna University exams schedule for 5th sem is released and the exams are commencement from 12.10.2019. Here we are providing important questions for you are exams. you can also get materials, model papers, guess papers from here.





B.Com ( General)
  1. Cost Accounting Download Here Available Soon
  2. GST Download Here 
  3. Commercial Geography Download Here
  4. Central Banking Download Here  Available Soon
  5. Rural and Farm Credit Download Here Available Soon
B.Com ( Computers)
  1. Business Leaders ship Download Here
  2. Cost Accounting Download Here Available Soon
  3. Taxation Download Here
  4. Commercial Geography Download Here
  5. Programming in C Download Here
  6. Database Management systems Download Here
  7. Web Technologies Download Here
B.Sc ( MPC-MPCS-MSCS)

Zoology:
  1. Animal Biotechnology (Z5) Download Here
  2. Animal Husbandry (Z6) Download Here Available Soon
Botany
  1. Cell Biology, Genetics and Plant  breeding(B5) Download Here
  2. Plant Ecology and Phytogeography (B6) Download Here
Chemistry:
  1. Inorganic ,Organic and Physical Chemistry (C5) Download Here Available Soon
  2. Inorganic ,Organic and Physical Chemistry(C6) Download Here Available Soon
Computers:
  1. Database Management Systems (CS5) Download Here
  2. Software Engineering (CS6) Download Here
Physics:
  1. Electricity, Magnetism & Electronics(P5) Download Here Available Soon
  2. Modern Physics (P6) Download Here Available Soon
Mathematics:
  1. Ring Theory and Vector Calculus (M5) Download Here
  2. Linear Algebra (M6)  Download Here
Statistics:
  1. Sampling Techniques and Design of Experiments (S5) Download Here
  2. Quality and Readability(S6)  Download Here

Advertisement

Follow US

Join 12,000+ People Following

Notifications

More

Results

More

Java Tutorial

More

Digital Logic design Tutorial

More

syllabus

More

ANU Materials

More

Advertisement

Top