Hiya guys, how are you? On this ultra-modern I gonna write about HSC effect 2016. In these article I’ll quilt the summery of HSC examination and It’s end result 2016, when the HSC have an influence on 2016 BD can also be launched, study the first-rate technique to get your estimated have an have an have an impact on on on. Very almost one and all be conscious of that HSC (Secondary university certificates) examination is viewed as most mainly nearly in most cases the main public examination launched and maintained by way of the ministry of education, Bangladesh. An same examinations are furthermore taken besides for natural boards. The identical examinations are Dakhil examinational and vocational examination of HSC stage. The scholars to be all set to move in HSC result2016, will also be viewed to be admitted in faculties/equal associations inside the 300 and sixty 5 days of 2017-2019.
Programming in C and Computer Fundamentals all Question with solution. What is computer programming. What is difference between all kind of computer. Write a program about difference between programming in C.
Write short notes on humanwere and firmware.
A person who use computer is called Humanwere. Humanwere refers to the person who design, program and operate a computer there are numerous categories of jobs but the three principal positions fear large computer installation are system analyst, programmer and
Define Band and Bandwidth.
Band:
Band is the difference between the upper cut off frequency and lower cut off frequency.
What is difference between data and information?
The difference between data and information:
Data:
Data:
- Small portion of information is called data.
- It is the raw fact of information.
- Data shows small information.
What is computer network? Discuss about LAN, WAN and MAN.
Computer network:-
A computer network is a number of computers linked together to share resources.
There are three types of computer network.
They are:
- LAN (local area network)
- WAN (wide area network)
- MAN (metropolitan area network)
What is monitor?
Monitors are the most popular output device used today for producing soft copy output.
Write a program to Calculate Factorial of a number using Recursion.
#include<stdio.h>
#include<conio.h>
main()
{
int a, fact;
Write a program to converts the given Temperature from Fahrenheit to Celcius and vice versa.
#include<stdio.h>
#include<conio.h>
main ()
{
float temp_c, temp_f;
What is the difference between i++ and ++i?
i++ returns the result of i after it has been incrsmented, whereas +i return the value of i before it has been incremented.
What is conditional operator? Explain with example.
Conditional Operator:
The conditional operator is unique in that it has three operands separated by two unconnected operatoe symbols. All other C++ operator are either unary or binary.
Write a C program to calculate the area and circumferences of a circle.
#include<stdio.h>
#include<conio.h>
void main()
int r;
int pi =3.1416;
#include<conio.h>
void main()
int r;
int pi =3.1416;
Write a program to find the number of and sum of all integer greater than 100 and less than 200 that are divisible by 7
#include<stdio.h>
#include<conio.h>
void main()
{
int i, sum=0;
clrscr();
Write down the characteristics of computer?
: The characteristics of computer is given bolow:-
1. Automatic: computers are automatic machines because once started on a job, they carry on until the job is finished, normally without any human assistance. Some of other characteristics of computers such as speed and accuracy, are due to the fact they are automatic and wark on a problem without any human intervention.
Subscribe to:
Posts (Atom)