Answers

Answer 1
Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definition
Answer 2
Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definitions.

Related Questions

1) What is y after executing the statements?

X = 5;
y = x + 1;
y= y * 2;
a. 5
b. 6
C. 8
d. 12

Answers

Answer: d. 12

Explanation: if X = 5, then y = 5 + 1 because in y = x + 1, You are replacing the x with 5.

y is now 6.

Now you are multiplying 6 * 2 because of y * 2. You replace the Y with the 6.

6 * 2 = 12

y = 12 or letter d

convert the following hexadecimal numbers to base 10.
A232

Answers

The hexadecimal number A232 is 34247 in decimal form.

Hexadecimal numbers

Hexadecimal number is number of base 16, that is it contains numbers from 0 to 15. Numbers from 10 are represented by alphabets, the number 10 is represented by A, while the number 15 is represented by F.

Converting from hexadecimal number to base 10:

A232 = (10 * 15³) + (2 * 15²) + (3 * 15¹) + (2 * 15°) = 34247

The hexadecimal number A232 is 34247 in decimal form.

Find out more on Hexadecimal numbers at: https://brainly.com/question/9543292

how to code the calculate command button in visual basic?

Answers

On the Developer tab, click Button .
Click the worksheet location where you want the upper-left corner of the command button to appear. ...
In the Assign Macro dialog box, select New, which will open the Visual Basic Editor (VBE) to a pane with the following code:

Answer:

I Have Scripted A Button Using a coding site known as Lua, Lua is not a good coding site but i can still help you code a button. First insert a ScreenGUI under StarterGUI Then After that insert a Frame and then insert a TextButton. Inside the TextButton Insert a LocalScript A Local Script is for the whole Server to see, and a Normal Script is for just you to see. So Insert a Script. Inside the script type in.

Script.Parent.Parent.MouseButton1Click:Connect(function()

       script.Parent.Parent.Visible = false

What is that?

This is the basic script for the Button. The Parent of the Button is The Frame, so when you say (.Parent.Visible) its referring to The TextButton Itself and The Frame.

when you say .Parent.Visible = False We Mean that the Visibility will not be true, meaning when you click the button, the Button Will Not be Visible It Will Be Invisible.

Hope This Helps

Learn More About Coding Here ----> https://Brittanica.org

Brainliest Appreciated

-RoosterRejiYT

define the term relationship in Microsoft Access​

Answers

Answer:

A relationship in Access helps you combine data from two different tables. Each relationship consists of fields in two tables with corresponding data. For example, you might have a ProductID field in a Products table and in an OrderDetails table.

Explanation:

Design an algorithm to convert a decimal number, n, to binary format?

Answers

An algorithm that would convert a decimal number n to binary format must have at least 16 commands.

What is an algorithm?

An algorithm is a term to refer to a series of sequential instructions that allow actions or programs to be executed. It is an indispensable tool for the digital world because it is the basis for technology.

An example of an algorithm to convert from decimal numbers to binary format would be:

Process Decimal_bin

Define decimal as Integer;

Define binary as Character;

Define modulus as Integer;

Define aux as Integer;

Write 'Enter the decimal number';

Read decimal;

aux<-decimal;

binary<-'';

While decimal>0 Do

 modulus<-decimal MOD 2;

 binary<-Concatenate(ConvertToTex(modulus),binary);

 decimal<-trunc(decimal/2);

FinWhile

Write binary;

EndProcess

Learn more about algorithm in: https://brainly.com/question/21970419

What type of software is developed by volunteers, contains code in the public domain, and helped to make Linux popular

Answers

Perhaps I’m being 5tup1d but I think your describing open source soft in general. Linux and a lot of periphery that runs on Linux is open source so it did play a large role being that it’s not proprietary like Windows and windows adjacent soft.

Identify the two top benefits of using angel investors to start a business.

Answers

Answer:

Overcome financial obstacles. Reduced pressure to repay.

Explanation:

Overcome financial obstacles: the first advantage of having someone invest in your company is that they can help you overcome financial obstacles to develop and grow as a business.

Reduced pressure to repay: As an investment isn't classified as a loan, an investor usually won't restrict you the rules or loan. This means that you're not usually held to tight deadlines and upfront repayments, with interest added on top.

In cell K10, create a formula using the SUM function that calculated the total of the range F17:F20 subtracts it from the value in cell J10 adds the total of the range G17:G20 and subtracts 160.

Answers

1. The way to add formulas to complete the balances section is by using the function called: SUM(D17:D20)-J8

In cell K9, one can create a formula using the SUM function called =SUM(E17:E20)-J9

In cell K10, one can create a formula using the SUM function called =SUM(F17:F20)-J10+SUM(G17:G20)-160

What is the SUM function  about?

The given formulas above is one that uses the SUM function to calculate the total of a range of cells and then subtract or add other values as specified. The first formula calculates the total of the range D17:D20 and subtracts it from the value in cell J8.

The second formula calculates the total of the range E17:E20 and subtracts it from the value in cell J9.

Therefore, The third formula calculates the total of the range F17:F20, subtracts it from the value in cell J10, adds the total of the range G17:G20, and subtracts 160. These formulas will provide the balance for the respective cells.

Learn more about SUM function  from

https://brainly.com/question/26820197

#SPJ1

See full question below

1. Add formulas to complete the balances section. In cell K8, create a formula using the SUM function that calculates the total of the range D17:D20 and subtracts it from the value in cell J8.

2. In cell K9, create a formula using the SUM function that calculates the total of the range E17:E20 and subtracts it from the value in cell J9. 10.

In cell K10, create a formula using the SUM function that calculates the total of the range F17:F20, subtracts it from the value in cell J10, adds the total of the range G17:G20, and subtracts 160.

Can be used to split one signal into two or to combine two signals into one

Answers

Answer:

T-connector

Explanation:

A T-connector is a connector that is shaped like the capital letter T and is made entirely of metal. The three ends of a T-connector are used to split one signal into two signals or to combine two signals into one.

I hope this helps!

the startup routine runs,when machine boots up is known as​

Answers

COLD BOOTING and HOT BOOTING..

Answer:

POST BOOT up operating routine operation

in quickbooks, Which section in the New Client Checklist helps you understand your client's needs to determine the features and solutions required?

Answers

The Needs Assessment section will give you the information you need to  understand your client's needs to determine the features and solutions required.

What is New Client Checklist?

This section is known to have all you need tp know in terms of a new clients. It entails gathering the need info to get their account set up, and others.

The NCC which is the Needs Assessment is one that has a list of  all the functionality that your client may need from QuickBooks Online, and it helps one to have a better understanding of their business so that you can give the right and best advise on the subscription level they will want.

Learn more about quickbooks from

https://brainly.com/question/24441347

What does societal ethics mean

Answers

Answer:

Social ethics is the systematic reflection on the moral dimensions of social structures, systems, issues, and communities. Social ethics can be thought of as a branch of 'applied ethics,' the application of ethical reasoning to social problems.

Explanation:

Answer:

Social ethics is the systematic reflection on the moral dimensions of social structures, systems, issues, and communities. Social ethics can be thought of as a branch of 'applied ethics,' the application of ethical reasoning to social problems.

Explanation:

Hope this helps

Briefly describe how to use the design paradigm in a game?

Answers

As far as I know, we use compositional patterns, design paradigms with one purpose, to give the code style and make it more readable and maintainable. One of the examples in web development is the MVC pattern.

Make The PYTHON Code

print first 3 character of a string - given "Seattle" expected "Sea"

Answers

This program uses a conditional to determine if seafood is safe to consume.

IF (seafood = "mollusk" OR daysFrozen ≥ 7) { rating ← "safe" } ELSE { rating ← "unsafe" }

In which situations will rating be "safe"?

️Note that there may be multiple answers to this question.

Choose all answers that apply:Choose all answers that apply:

1. When sea food is mollusk and day frozen is 1

2.When sea food is mollusk and day froze is 9

3. When see food salmon and day frozen is 7

Did that help?

PYTHON Code will be starting with the help of print for print first 3 characters.

What is Python code?

Python is a programming language commonly used to create websites and applications, automate procedures, and analyze data. Py is a language with broad usage, which means it can be used to make many various types of programs and isn't tailored for any particular issues.

Python has been regarded as one of the languages that are easiest to learn for novices. The code that will be written will be with respect to the yeah 3 characters that have been present in the Python coding.

print("Seattle"[0:3]) The Seattle and the sea are expected in this particular coding. The brackets will be there to identify the code. Python is a comprehended, based on object- high-level, dynamically expressive programming syntax.

Learn more about Python code, here:

https://brainly.com/question/30427047

#SPJ2

A CPU scheduler that assigns higher priority to the I/O-bound processes than the CPU-bound processes causes:

Answers

Answer:

Low CPU utilization and high I/O utilization

Explanation:

Which of the following is not a characteristic of solid state drives

Answers

Answer:

solid substances have a definite shape but liquid and gas do not have a fixed shape.

some operating system name

Answers

Answer:

Microsoft Windows 10

Explanation:

An operating system created by Microsoft

PLEASE ANSWER! I NEED IN 30 MIN.

Answer the following encircle the letter of the correct answer.

1. This is a free library of educational books and manuals that maybe edited, changed and improved by anyone.

A. wiki travel

B.wikispecies

C. Wikinews

D. wikibooks

2. This site supports free learning communications.

A. wikiversity

B wikitravel

C. wiki news

D.wikispecies

3. This is free. Open, and multilingual online encyclopedia.

A. wikiquote

B. Wikipedia

C. wiki travel

D. wiki news

4. This is a guide to know the background of different countries.

A wiki travel

B. wiki news

C. Wikipedia

D. wiki books

5. This is a collection of reference or quotation from well-known people, books, movies, etc.

A. Wikipedia

B. Wiktionary

C. Wikiquote

D. wikiwikiweb

6. This is an online multilingual dictionary that contains the meaning, origin, and pronunciations of words.

A. wikitionary

B. Wikipedia

C. wiki quote

D. wiki news

7. This is a directory of species of all forms of life.

A. wikiversity

B. wiki news

C. wikispecies

D. wiki travel

8. This is a compilation of news story made possible through collaborative journalism.

A. Wikipedia

B. wiki news

C. wiki books

D. wikiversity

9. This is the oldest, open, easiest and fastest web based collaborative tool in the world.

A. Wiktionary

B. wikiquote

C. Wikipedia

D.wikiwikiweb

10. This is an online multilingual dictionary.

A Wikipedia

B. wikiquote

C. Wiktionary

D. wikiwikiweb​

Answers

Wikibooks is known as  is a free library of educational books and manuals that maybe edited, changed and improved by anyone.

Wikiversity site supports free learning communications.

Wikipedia is free, open, and multilingual online encyclopedia where any user can collaborately contribute and edit the article.

Wiki travel is a guide to know the background of different countries.

Wikiquotes is a collection of reference or quotation from well-known people, books, movies, etc.

Wiktionary is an online multilingual dictionary that contains the meaning, origin, and pronunciations of words.

Wikispecies is a directory of species of all forms of life.

Wiki news is a compilation of news story made possible through collaborative journalism.

Wiki wiki web is the oldest, open, easiest and fastest web based collaborative tool in the world.

Wiktionary is an online multilingual dictionary.

What is Wikibooks?

Wikibooks is known a as a term that connotes joint effort book authoring website. Here, there are users from all over the world who are said to work together to write textbooks and other types of materials of learning.

Learn more about dictionary from

https://brainly.com/question/2162261

Because of the abundance of water on planet Earth, hydrogen gas (H2) is a candidate in the search for a replacement for petroleum. However, removing hydrogen from water requires the investment of a great deal of energy. Why are plants considered to be one step ahead in the utilization of hydrogen as an alternative fuel source

Answers

The reason why plants are considered to be one step ahead in the utilization of hydrogen as an alternative fuel source is because; Plant cells possess water-splitting enzymes

What are splitting Enzymes?

Splitting Enzyme’s are like aldolases that catalyze the conversion of a molecule into two smaller molecules without the addition or removal of any atoms.

Now in plant biology, plants make use of he light-driven water-splitting/oxygen-evolving enzyme known as Photosystem II in photosynthesis to split water.

Read more about splitting enzymes at; https://brainly.com/question/14713715

Consider a scenario, there are three tables name ‘X’, ‘Y ‘and’ Z’ with schemes X (u, v, w), Y (l, u, m, n, o, p) and Z (r, s, t, u, q), These tables have a common attribute or field. We want to retrieve the data from these tables.

In this scenario, discuss which join operation can help to retrieve the records from multiple tables. Justify your answer with at least two solid arguments.

Answers

Tables are used to represent data elements in a database, where each table is uniquely created.

The best join operation to use is the INNER JOIN

How to determine the join operation

The tables and their contents are given as

Table X (u, v, w)Table Y (l, u, m, n, o, p)Table Z (r, s, t, u, q),

In the above tables, the common attribute or field is the field u

The best join operation to use in this case is the INNER JOIN

This is so, because it retrieves the matching records in all the tables

Read more about database at:

https://brainly.com/question/518894

Choose the type of app that best completes each sentence.
If an app needs to be able to have full access to the device's hardware and does not need to run on different platforms, then a
app is probably the best choice. If it is crítical for an app to run on as many platforms as possible and the hardware
functionality is not important, then a app is probably the best choice. If some hardware functionality is necessary as
well as cross-platform availability, then a
app is probably the best choice.

Answers

If an app needs to be able to have full access to the device's hardware and does not need to run on different platforms, then a Native Applications is useful.

If it is critical for an app to run on as many platforms as possible and the hardware functionality is not important, then a app is probably the best choice. If some hardware functionality is necessary as well as cross-platform availability then use Hybrid Applications.

What is Hybrid Applications?

This is known to be an Applications that is said to be written using a language and development environment.

Native Applications is known to be an app made only for a particular platform, such as iPhone or Android, etc.

Learn more about Applications from

https://brainly.com/question/1538272

I know this is late, but the answers are...

First blank: Native

Second blank: Hybrid

Third blank: Web

PROOF:

name of a few operating system,.

Answers

Apple IOS, Microsoft Windows,

A person discovers a way to gain access to the database that an online company uses to store its customers' credit card numbers. The person copies the numbers for their own use. This is an example of: O augmented reality O 5G. O virtual reality. O hacking​

Answers

The process by which an individual discovers a way to gains access to a company database, thereby using a customer's credit card details for personal use is known as Hacking.

What is Hacking?

Hacking is the term used to describe operations that attempt to breach digital devices such as computers, cellphones, tablets, and even whole networks of a company and steal information as well as data from their database.

It is the illegal access to data stored in a system. They do this by discovering techniques of breaking security protections and exploiting vulnerabilities in a computer system or network.

Learn more about Hacking here:

https://brainly.com/question/24956493

Exit X
The author creates a serious and apprehensive
tone.
How does the author develop that tone over the
course of the article?

Answers

The author creates a serious and apprehensive tone is to form a level of suspense within the mind of  reader. It is known to increases reader's focus because the concepts that is offered by the author is very important, hence the tone used.

How does an author develop tone?

A Tone is one that can be gotten via  word choice which is diction, or sentence construction and through word order (syntax).

It can also be gotten via looking at  character viewpoint that one is focuses on.

Tone is formed or changed by the way the viewpoint of the character or narrator as they treats the problem of the story and other characters, and also through the way one responds to the events surrounding a person.

Learn more about tone from

https://brainly.com/question/13667654

Briefly explain the technology used for fifth generation

Answers

Answer: In the fifth generation, VLSI technology became ULSI (Ultra Large Scale Integration) technology, resulting in the production of microprocessor chips having ten million electronic components.

Explanation: This generation is based on parallel processing hardware and AI software.

Which XXX and YYY correctly output the smallest values? Array userVals contains 100 elements that are integers (which may be positive or negative). Choices are in the form XXX / YYY.

Answers

The XXX and YYY which correctly outputs the smallest integer values is minVal = userVals[0] and userVals[i] < minVal respectively.

What is an array?

An array can be defined as a set of memory locations (data structure) on a computer system that is made up of a group of elements with each memory location sharing the same name.

This ultimately implies that, the elements contained in an array are all of the same data type such as:

StringsIntegers

From the source code for the array userVals, the XXX which correctly outputs the smallest integer values is minVal = userVals[0].

From the source code for the array userVals, the YYY which correctly outputs the smallest integer values is userVals[i] < minVal.

Read more on array here: https://brainly.com/question/19634243

what is the reason for assigning the management of file sharing, security, and quotas to administrators . why would it be prudent to assign these managements tasks to regular users

Answers

Answer:

It limits the number of gigabytes allocated to a volume or folder

Explanation:

because

Suppose you have the following numbers and need them to be written in the two other numbering systems. Before you could translate them, you would need to identify what numbering system is currently used. Which numbering systems do the following numbers represent?

Answers

A number is a mathematical value that can be used for arithmetic calculations, item measurement, and counting. Any category of number system, including binary, decimal, hexadecimal, etc.

What types of numbers are there in the number system?

Integers are whole numbers that are adjacent to their opposites (negative numbers). Any numbers that may be expressed as fractions are considered rational numbers. Any numbers that cannot be expressed as fractions are considered irrational.

What does the numerical system stand for?

A numeral system, often called a system of numeration, is a way to reliably express a set of numbers using digits or other symbols. It is a sort of mathematical notation.

To know more about binary visit:-

https://brainly.com/question/19802955

#SPJ1

list any two two examples of word processor spreadsheet and presentation software?​

Answers

Answer:

Explanation:

Word processing softwares : iWork Pages (Apple)

Word Perfect by Corel

Spreadsheet softwares : Excel by Microsoft Corporation

Numbers (Apple)

Presentation softwares: Microsoft powerpoint by MicrosoftCorporation

Corel Presentation

Apple Keynote

7. A(n) is the address of a document or other file accessible on the Internet.
a.
Client tag
b. Uniform Resource Locator (URL)
c. Explorer link
d. Digital Resource Identifier (DRI)

Answers

I think it’s b. Sorry if I’m wrong love
Other Questions
HELP PLEASE JUST THIS QUESTION/ ILL GIVE BRAINLIEST IF CORRECT Which sentence evaluates the effectiveness of the poster? The poster employs the persuasive tactics of "everyday people" and "fear," as well as the graphic technique of somber colors. An effective poster should not use graphic techniques that do not support the purpose of the media message. The poster is effective because it makes women feel that they will have power and influence over the outcome of the war. I'm going to need help and I need it fast so also its for alex The client has been diagnosed with septic arthritis in a hip joint. Which outcomes are desired from a client-focused teaching plan PLEASE HELP FAST ILL GIVE BRAINLIEST How much wrapping paper is needed to wrap a cube shaped gift with an edge measuring 15 cm?0O A. 1350 cm squaredB. 225 cm squaredO C. 1125 cm squared Electrolytes serve several purposes in the body, including In what way do sound waves differ from radio waves?. A researcher wants to use participants from Spain, India, Iraq, and Mexico for a particular experiment. Why would she have to use a quasi-experimental design? If you wanted to raise a cropto sell and make money, you would grow:ivorycocoamillet Find t(x) from t(x)=(3x7) using the definition of a derivative. What does it mean when someone says they been thru it all? if you want to make 1/3 pound hamburger how many can you make from 2 1/2 pounds of ground beef I WILL GIVE BRAINLIEST PLEASE ANSWER CORRECTLY Mr. and Mrs. Bailey hope to send their son to college in eleven years. How much money should they invest now at an interest rate of 9% per year, compounded continuously, in order to be able to contribute $7500 to his education? Do not round any intermediate computations, and round your answer to the nearest cent. Write a paragraph about cells (5 sentences) can someone please help!!! Urgent!! Brainliest if correct If Carly has 3 apples and she eats 2 of them how many apples does she have left (30 POINTS) Match the disease with the deficiency. Match the items in the left column to the items in the right column. Question #1Given the free body diagram below, which direction will the object accelerate? Assume that the length ofFair is the same as Fapp. IS THIS CORRECT PLEASE HELP (WILL GIVE BRANLYIST)