VB

studied byStudied by 24 people
5.0(2)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 31

flashcard set

Earn XP

Description and Tags

Sigh here we go again

32 Terms

1

What is software development?

knowt flashcard image
New cards
2

What are the basic types of software

  1. System software

  2. Programming software

  3. Application software

New cards
3

Give an example of system software

  1. Device Driver

  2. Boot program

  3. Assembler

New cards
4

Give an example of programming software

  1. C++

  2. Python

  3. Jave

  4. VB NET

New cards
5

Give an example of application software

  1. Teams

  2. Instagram

  3. Snapchat

  4. Office 360 programs ie word ppt and so on

New cards
6

Who operates software development

knowt flashcard image
New cards
7

What’s an IDE

knowt flashcard image
New cards
8

What’s an IDE used for

knowt flashcard image
New cards
9

What is a .Net Framework and what can you do with it?

knowt flashcard image
New cards
10

What are the tools provided by microsoft for VB.NET

knowt flashcard image
New cards
11

What are the properties of buttons and textboxes

knowt flashcard image
New cards
12

List the most common properties

knowt flashcard image
New cards
13

What are data types

knowt flashcard image
New cards
14

What are the most common data types in VB.NET

knowt flashcard image
New cards
15

What is and how do you declare variables

knowt flashcard image
New cards
16

What is initializing Variables

knowt flashcard image
New cards
17

What is the default value of initialization for each data type?

knowt flashcard image
New cards
18

What are the benefits to initializing variables

knowt flashcard image
New cards
19

What are the variable rules and restrictions?

  1. Character Set (can consist of letters, digits and underscore. They must start with a letter or an underscore

  2. length (can only go up to 255 characters)

  3. Case Sensitivity (variables are case-insensitive)

  4. Keywords (they can not be reserved words such as dim or double)

  5. Whitespace (can’t have spaces)

  6. Special characters (can’t have special characters)

  7. Can’t start with digit

New cards
20

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

<p>It is the process of preparing your <a target="_blank" rel="noopener noreferrer nofollow" href="http://VB.NET">VB.NET</a> application for distribution and deployment to end users. It runs on the end user’s device without requiring the development environment or source code</p>
New cards
21

What is a CVS file what does it stand for (CVS)

knowt flashcard image
New cards
22

What are the most common types of delimiters in CVS files?

Commas (,)

Semicolons (;)

New cards
23

False and False

False

New cards
24

True and False

False

New cards
25

False or False

False

New cards
26

True or False

True

New cards
27

True or True

True

New cards
28

Not True

False

New cards
29

Not False

True

New cards
30

True and (False or True)

True

New cards
31

False and (False and True)

False

New cards
32

True or (False or True)

True

New cards
robot