Learn Basic Computer Science | Programming and Data structures

learn simple concepts of computer science because now a days everything is done by computers like robots and in next coming years computer science will be number one.....

Menu
  • Home
  • Features
    • Contact
    • Sitemap
  • Blog
  • Sitemap
  • Categories
    • CSS
      • Item 11
      • Item 12
      • Item 13
      • Item 14
    • Graphic design
      • Item 21
      • Item 22
      • Item 23
      • Item 24
    • Development
      • Item 31
      • Item 32
      • Item 33
      • Item 34
    • Web design
      • Item 41
      • Item 42
      • Item 43
      • Item 44
  • Work
    • Music
      • Recording
        • Recording 1
        • Recording 2
        • Recording 3
      • Equipment
        • Equipment 1
        • Equipment 2
        • Equipment 3
      • Distribution
        • Distribution 1
        • Distribution 2
        • Distribution 3
    • Video
      • Alpha
        • Alpha 1
        • Alpha 2
        • Alpha 3
      • Omega
        • Omega 1
        • Omega 2
        • Omega 3
      • Zulu
        • Zulu 1
        • Zulu 2
        • Zulu 3
    • Image
      • Work 1
        • Work 1
        • Work 2
        • Work 3
      • Work 2
        • Work 1
        • Work 2
        • Work 3
      • Work 3
        • Work 1
        • Work 2
        • Work 3
  • 404
Reading/Writing to One-Dimensional Array
major componenets of modern computer system Mini Computers Object oriented programming

Reading/Writing to One-Dimensional Array

Unknown 04:55 1 Comment
Unknown
Reading/Writing to One-Dimensional Array Example: int age[5] scanf("%d", &age[0]); //read data from keyboard into array ag...
Read More
program to find maximum element in an array of n integer elements
Introduction to computer science major componenets of modern computer system Multi dimensional array Random Access Memory (RAM)

program to find maximum element in an array of n integer elements

Unknown 04:54 Add Comment
Unknown
#include<stdio.h> int main () { int a[50],n,max, i; printf(“\n\tEnter the number of elements: “); scanf(“%d”,&n); printf(“\...
Read More
Searching Problem
ARGUMENT PASSING – CALL BY VALUE basic information of computer Components of Computer system

Searching Problem

Unknown 04:53 Add Comment
Unknown
This is the problem of finding the given key element in a list of elements. When the key element is found in the list we call Search as Suc...
Read More
Binary Search
Definition Generations of Computer Mini Computers Multi dimensional array Object oriented programming

Binary Search

Unknown 04:53 Add Comment
Unknown
If we look at the questions viz. How do we search for a person’s telephone number? If we know only the person’s name. and How difficult is ...
Read More
Program to illustrate the initialization of string.
Primary Memory SCANNER Single dimensional array Switch statements

Program to illustrate the initialization of string.

Unknown 04:52 Add Comment
Unknown
#include<stdio.h> void main() { char s[4]={'V','T','U'}; //or char s[4]="VTU"; printf("Val...
Read More
STRING INPUT/OUTPUT FUNCTIONS: gets, puts
Random Access Memory (RAM) Super Computers types of operating systems

STRING INPUT/OUTPUT FUNCTIONS: gets, puts

Unknown 04:51 1 Comment
Unknown
The strings can be read from the keyboard and can be displayed onto the monitor using following unformatted functions: 1. Unformatted inpu...
Read More
CHARACTER HANDLING LIBRARY FUNCTIONS
Logical operators operating system software concepts Switch statements

CHARACTER HANDLING LIBRARY FUNCTIONS

Unknown 04:50 Add Comment
Unknown
Character handling Functions Includes functions to perform useful tests and manipulations on character data. Each function receives a chara...
Read More
Subscribe to: Posts (Atom)
Powered by Blogger.

About Me

Unknown
View my complete profile
Privacy Policy

Recent

Popular

  • CHARACTER HANDLING LIBRARY FUNCTIONS
    Character handling Functions Includes functions to perform useful tests and manipulations on character data. Each function receives a chara...
  • Pointers and Strings
    The arrays are implicitly treated as pointers. And the strings are array of characters terminated by NULL character. Hence a pointer to cha...
  • STRING INPUT/OUTPUT FUNCTIONS: gets, puts
    The strings can be read from the keyboard and can be displayed onto the monitor using following unformatted functions: 1. Unformatted inpu...
  • Cascading of I/O Operators
    C++ supports the use of stream extraction (>>) and stream insertion (<<) operator many times in a single input (cin) and output...
  • Call by Reference
    Recall when we wanted to swap two values using a function we were unable to actually swap the calling parameters as the call by value stand...
  • What are Procedural, Structured and Object oriented programming
    What is Procedural programming?                  The procedural programming focuses on processing of instructions in order to perform a de...
  • INTRODUCTION TO OBJECT ORIENTED CONCEPTS
    The programming languages deal with two important aspects – data and algorithm. Data is the main substance of the program and the algorithm...
  • FUNCTIONS AND PROGRAM STRUCTURE in C Programming language
    C programs usually have the following form, 1.include statements 2. function prototypes/declarations 3. main() function 4. function de...
  • Data Structures
    At the heart of virtually every computer program are its algorithms and its data structures. It is hard to separate these two items, for da...
  • Input device and Different types of Input devices
    Input device An input device is used to feed data into computer. Diffenrent types of Input decive 1.Keyboard  The most common input...

Comment

statistics

Sparkline

Label

  • 1.Analog Computers
  • 1.Speed
  • 2.Digital Computer
  • 2.Storage
  • 3.Hybrid Computers
  • ARGUMENT PASSING – CALL BY VALUE
  • Arithmetic operators
  • ARRAY
  • Assembler
  • basic information of computer
  • C programming language
  • Compilers and Interpreters
  • Components of Computer system
  • Computer Memory
  • Computer Memory and types of memories
  • Conversions of Number System in Computer
  • data representation
  • Definition
  • Different types of Computers
  • Ergonomics
  • First Generation of Computer
  • For statement
  • Generations of Computer
  • If –else statement
  • If Statement
  • Input device
  • Introduction to computer science
  • Keyboard
  • Logical operators
  • major componenets of modern computer system
  • Micro Computers
  • Mini Computers
  • Mouse
  • Multi dimensional array
  • Nested- if statement
  • Number System
  • Object oriented programming
  • operating system
  • Primary Memory
  • Random Access Memory (RAM)
  • Read Only Memory (ROM)
  • Relational operators
  • SCANNER
  • Single dimensional array
  • software
  • software concepts
  • Standard keyboard
  • STRING VARIABLE
  • STRINGS
  • Super Computers
  • Switch statements
  • types of operating systems

Subscribe

Formulir Kontak

Name

Email *

Message *

  • Home
  • Contact Us
  • Privacy Policy
Copyright © 2015 Learn Basic Computer Science | Programming and Data structures All Right Reserved
Blogger Templates Created by Arlina Design Powered by Blogger