Computer
Computer
practical # 03
Statement: Identification of different types of memories (RAM, ROM,CACHE)
Practical # 04
Statement: identification of various types of secondary storage devices ( HD, CD
,DVD ,FLASH)
Practical # 05
Statement: Identification of network devices (router, NIC, cables, switch)
Practical # 06
Statement: installing the motherboard
Practical # 07
Statement: Mount and then dismount RAM on the motherboard
Practical # 08
Statement: mounting and dismounting CPU
Practical # 01
Statement: Microsoft access 2007
Perform the following task and write down device procedure
Practical # 02
Statement: • creating tables • assigning primary key to the table • saving the
table
Practical # 03
Statement: • adding records to the table • modifying records in the table •
deleting records from a table
Practical # 04
Statement: creating relationship between tables
Practical # 05
Statement: creating queries
Practical # 06
Statement: creating queries using query design
Practical # 07
Statement: making forms more stable with controls
Practical # 08
Statement: creating a switchboard form
Practical # 09
Statement: generating reports
Practical # 10
Statement: write a program which accept principal rate and the time from user
and print the simple interest
Practical # 11
Statement: write a program to convert given inches into equivalent yard,feet and
inches
Practical # 12
Statement: write a program to generate a random number and let the user guess
it
Practical # 13
Statement: write a program to find the marks percentage and to check pass or
fail
Practical # 14
Statement: write a program to calculate sum,average and product of three
numbers
Practical # 15
Statement: write a program to find a grade of student using if else statement
Practical # 16
Statement: write a program to check whether number is odd or even using
ternary operator
Practical # 17
Statement: write a program to generate the square root of 1 to 10
Practical # 18
Statement: write a program to make a simple calculator to add, sub, multiply or
div using switch
Practical # 19
Statement: write a program to print chess board pattern
Practical # 20
Statement: write a program for linear search in array
Practical # 21
Statement: write a program to sort elements of array in descending order
Practical # 22
Statement: write a program to sort 10 names in alphabetical order
Practical # 23
Statement: write a program to generate random numbers for dice using
function
Practical # 24
Statement: write a program to find the cube of a number using function
Practical # 25
Statement: write a program to add two numbers using pointers
Practical # 26
Statement: write a program to swap two numbers using class
Practical # 27
Statement: write a program to read and write in a text file
Practical # 28
Statement: write a program to create and read a data file
Practical # 29
Statement: write a program to compare two string using pointers
Practical # 30
Statement: write a program to display the address and the value of a variable
using pointers
Practical # 31
Statement: write a program to add two numbers using class