Header image  
SOFTWARE ENGINEERING COMPANY
line decor
  
line decor
 
 
 
 

 
 
PL_C_ FLOW CHART_VB

 

Net Tech Software Engineering Company Private Limited

4th Floor, Satabdi Tower, SNP Area Sakchi, Jamshedpur-1

STUDENT PROJECT & ASSIGNMENT DIVISION

Subject –PL_C_FLOW CHART_VB                                                                 Marks: 100

 

    Subject 1: C Programming and Flow Chart

    1. Explain the word Programming Language. Write down the history and development of programming language.
    2. What do you mean by …….
      1. Assembly Language
      2. Machine Level Language
      3. Low Level Language
      4. High Level Language
    3. Explain briefly about old language.

              a) COBOL      b) FORTRAN      c) Pascal      d) B Language      e) BASIC  etc.

    1. What is flow chart explain its uses, advantages and its entire diagrams with some example.
    2. Explain the following.

    #include<stdio.h>
    void main( )
    {
    int a;
    int b [10];
    char c;
    char d[20];
    printf (“ Enter the ID. Number”);
    scanf (“ %d ”, &a);
    getch( );
    }
    Explain each and every words and lines with their reason.
    Specially #include<stdio.h>
                      void main( )
    and all.

    1. Write the notes.
      1. Variables and Data types
      2. Operator
      3. Loop
      4. If and Case Conditions
      5. Array
    2. Write any two program in C Language and show the uses of following.

    a) int     b) float     c) char     d) Array     e) loop     f) nested loop/if
    and draw the flow chart for the for the same program.

     

    Subject 1: Visual Basic

    1. Write Short Notes.

    a) Object   b) Form   c) Frame   d) Tools   e) Events   f) Timer  

    1. Write some notes of at least ten events with details.
    2. Difference between

    a) Data Grid and Flex Grid      b) DAO and ADO        c) Image and Picture Box
    d) Option and Check Box        e) ADO and RDO        f) Combo and List Box
    g) DATA1 and ADODC1        h) MDI and SDI           i) Data Report and Data Environment

    1. Explain the Step by Step process of database connectivity and write the code of following..
    a) ADD   b) SAVE   c) MODIFY   d) DELETE   e) FIND   f) Move à First, Nest, Previous, Last.