Sigh here we go again
What is software development?
What are the basic types of software
System software
Programming software
Application software
Give an example of system software
Device Driver
Boot program
Assembler
Give an example of programming software
C++
Python
Jave
VB NET
Give an example of application software
Teams
Snapchat
Office 360 programs ie word ppt and so on
Who operates software development
What’s an IDE
What’s an IDE used for
What is a .Net Framework and what can you do with it?
What are the tools provided by microsoft for VB.NET
What are the properties of buttons and textboxes
List the most common properties
What are data types
What are the most common data types in VB.NET
What is and how do you declare variables
What is initializing Variables
What is the default value of initialization for each data type?
What are the benefits to initializing variables
What are the variable rules and restrictions?
Character Set (can consist of letters, digits and underscore. They must start with a letter or an underscore
length (can only go up to 255 characters)
Case Sensitivity (variables are case-insensitive)
Keywords (they can not be reserved words such as dim or double)
Whitespace (can’t have spaces)
Special characters (can’t have special characters)
Can’t start with digit
What is and how do you publish a project?
It is the process of preparing your VB.NET application for distribution and deployment to end users. It runs on the end user’s device without requiring the development environment or source code
What is a CVS file what does it stand for (CVS)
What are the most common types of delimiters in CVS files?
Commas (,)
Semicolons (;)
False and False
False
True and False
False
False or False
False
True or False
True
True or True
True
Not True
False
Not False
True
True and (False or True)
True
False and (False and True)
False
True or (False or True)
True