Home > Old Papers > CS101 Papers > CS101 Final term 2011 Paper Subjective Questions Collection
- Why do we use javascript?
- write names of phases of DoS attack.
- Errors occur in developing the program? write names
- in which situation we use inline event handling?
- what are the properties, method, and event handling of image javascript?
- write names of 5 key characteristics of the internet?
- A ⊕ B = A'.B' + A'.B wrong or right? prove it by truth table...
- why we use string function in javascript?
- What is the mistake in the following coding
- student=new array(10)
- Local and global variables?
The subjective part of the Final Term Paper CS101
- Write the names of the DOS attacks. 2Marks
- Write HTML format to include GIF and JPG images in webpage 2Marks
- Differentiate between tags 2 Marks
- Who array is implemented in javascript 2 Marks
- Who we can define pixel 3 marks
- What is the preferred organizational structure for the organization 3Marks
- Differentiate between onFocus and onBlur 3 Marks
- What are three basic components of system software 3 Marks
- Advantages and disadvantages of client-side scripting 5Marks
- Briefly describe the layout of presentation 5Marks
- Who many members are there in the business development team? briefly describe the responsibilities and profile of their 5Marks
- Explain the function of the ‘+’ operator with the help of example 5 Marks
- What is an intelligent system? (2 marks)
- What is a spreadsheet? Write two jobs on the spreadsheet? (3 marks)
- What are the arguments of a function? Explain with an example? (5 marks)
- What are Trojan horses? (3 marks)
- What are semantic errors? (2 marks)
- If you are going to work on a big project then make a heuristic chart for this? (5 marks)
- Write the names of the errors that are found during developing a program? (2 marks)
- Write the properties of u useful web? (5 marks)
- What do you mean by FTP? (2 marks)
The subjective part of the Final Term Paper CS10
1) what is a computer screen
2) what is a structured vector graphic?
3) why the local variable is preferred over global variable?
4) what is the preferred organizational structure for the organization?
5) write the name of the DOS attack' phases?
6) what is the output? give three examples?
7) write 5 advantages of multimedia presentation?
8) who is the 1st presentation on a spreadsheet on a personal computer?
9) Define primary keys and queries
My today's 13/02/11 paper
- Write HTML format to include gif and jpg images in a web page.
- Define function and write at least three advantages of function?
- how businesses monitor their Employees?
- what are the properties, objects in event handling
- what are robotics and their role in daily life
- briefly discuss at least two subcategories of intelligence system
1.WHy we use javascript?.
Solution:
Small programs that are a part of the Web page and run on the user’s (client’s) computer
Wel uses JavaScript to do client-side scripting. JavaScript can be used (along with HTML) to develop interactive content for the Web. It is designed to be used for developing small programs – called scripts – that can be embedded in HTML Web pages
2. Write the names of phases of the DoS attack.
Solution:
Three Phases of the DoS
1. Search
2. Arm
3. Attack
3. Errors occur in developing the program? write names
Solution:
Types of Errors
• Syntax errors
• Semantic errors
• Run-time errors
4. In which situation do we use inline event handling?
Solution:
Where the event needs to be captured and handled with a JavaScript one-liner that is
embedded in the HTML tag
5. what are the properties, method, and event handling of image javascript?
Solution:
• Images in JavaScript can be manipulated in many ways using the built-in object Image
• Properties: name, border, complete, height, width, hspace, vspace, lowsrc, src
• Methods: None
• Event handlers: onAbort, onError, onLoad, etc.
6. write names of 5 key characteristics of the internet?
Solution:
Key Characteristics
Geographic Distribution Global - reaches around the world
Robust Architecture Adapts to damage and error
Speed Data can travel at near ‘c’ on copper, fiber, airwaves
Universal Access
Same functionality to everyone
Growth Rate
The fastest-growing technology ever
Freedom of Speech
Promotes freedom of speech
The Digital Advantage
Is digital: can correct errors
7. why we use string function in javascript?
Solution:
See Lecture 38
CS101 Final Term 2010 Paper Subjective shared by Moazz Siddiqi
- What is the database? 2
- What is Good Programming Methodology? 2
- Difference global variable is better than the local variable? 3
- Difference Logic- or time-bombs 3
- Use of Simple Mail Transfer Protocol? 3
- who is computer professional 3
- Difference between ALU & FLU 5
- Why the trend of short term working, Explain? 5
One More Subjective Part of latest paper shared by one Student
- Why do we use string functions in JavaScript?
- Explain function arguments with the help of an example?
- Write the steps to sort an unsorted list.
- Discuss any two situations which show non-ethical behavior?
- . Define the anchor tag with the help of an example.
- What are Trojan Horses?
- What Is the restriction to use inline in a function
- Define anchor tag
- Write down three advantages of using Functions in a program.
- In JavaScript, what is event handling? What are the two types of events?
- What is the mistake in the following coding Student=new array(10)
- what is the event handler explained? write two types of event handler
- What is a programming methodology
- What is a computer screen, explain
- what is Turing Machine? explain how its works
- Explain why the global variable is better than the local variable (the question was something like that)
- What is Relational Database, give two examples of RDBMS
- Write down the five advantages of multimedia presentation
0 Comments