[go: up one dir, main page]

0% found this document useful (0 votes)
53 views1 page

Syn-Data Structure Tutor

This project uses a graphical user interface to help users learn programming languages like C by presenting theory and examples of data structures such as arrays, stacks, queues and linked lists on separate forms. It was designed with Visual Basic 6.0 as the front end since it is event-driven and puts the user in control of how the program flows. The forms, controls and code modules are used to keep track of the learning process through different levels without any reports; the goal is for users to understand the language and do some practical exercises.

Uploaded by

Helloproject
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Syn-Data Structure Tutor

This project uses a graphical user interface to help users learn programming languages like C by presenting theory and examples of data structures such as arrays, stacks, queues and linked lists on separate forms. It was designed with Visual Basic 6.0 as the front end since it is event-driven and puts the user in control of how the program flows. The forms, controls and code modules are used to keep track of the learning process through different levels without any reports; the goal is for users to understand the language and do some practical exercises.

Uploaded by

Helloproject
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

DATA STRUCTURE TUTOR

SYNOPSYS

This project is help to learn any one language with graphical representation. It is
easy to learn and understand the language. Here we create separate forms for one level to
next level.

For example here we give ‘C’ Programming Some theory with example. Like
Array, Stack, Queue, Linked List. If you want to change for another language it is also
possible. It is a user interface project.

We have designed the Visual basic 6.0 as Front end. Visual Basic is referred to as
an “Event Driven” programming language because all the code is triggered by specific
events that the user performs. This puts the user firmly in control of how the program
flows and therefore increases user satisfaction with the program. The key portions of a
Visual Basic project are the forms, controls, and code modules. A form or control has
properties that you can alter. The program’s code is contained primarily in events
mentioned below in various forms in order to keep track of the system.

Here we won’t take any reports. Only we know the language and attend some
practical’s.

You might also like