/
COMPUTER SCIENCE P ractical Examination Note Given below are distribution of marks list COMPUTER SCIENCE P ractical Examination Note Given below are distribution of marks list

COMPUTER SCIENCE P ractical Examination Note Given below are distribution of marks list - PDF document

pasty-toler
pasty-toler . @pasty-toler
Follow
530 views
Uploaded On 2014-10-19

COMPUTER SCIENCE P ractical Examination Note Given below are distribution of marks list - PPT Presentation

The examiner should set a similar paper for the candidates prior t o the exam The examiner may ensure that the following software must be available in the com puter C compiler Internet connection and Operation system Windows 98 Distribution of Marks ID: 6430

The examiner should set

Share:

Link:

Embed:

Download Presentation from below link

Download Pdf The PPT/PDF document "COMPUTER SCIENCE P ractical Examination ..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

COMPUTER SCIENCE Practical Examination Note: Given below are distribution of marks, list of practicals and a sample question paper for practical examination. The examiner should set a similar paper for the candidates prior to the exam. The examiner may ensure that the following software must be available in the computer: C++ compiler, Internet connection and Operation system (Windows 98). Distribution of Marks Marks Time 1. Operating System and Internet 8 25 Min. 2. Introduction to C++, Control Statements 15 40 Min. and Functions 3. Array structure and Special Data Types 10 30 Min. 4. Pointer and Files 7 25 Min. List of Practicals Switching between command prompt and shut down system loading of operating system (Windows 98) creating, deleting and renaming files/folders Moving and copying files/folders Recovering a delete file Locating a file/folder using windows explorer or using find Creating short-cut on Desktop Working on Internet and sending e-mail Setting up sharing option for files and folders Writing programs to create a class called student with one private data member called m, of type int, and two public member function: putdata ( ) and getdata ( ) Writing program that will ask the user to enter a character. Check if it is alphabetic or not. If alphabetic, check whether it is an upper case or lower case. Writing a program to print student roll no., name , marks and store in a file Writing a program to generate a table of a given number Writing a program to generate a table of a given number Performing string operation using pointers