menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Q&A
Questions
Unanswered
Tags
Users
Ask a Question
Articles
Interview Questions
Programming Quiz
Post An Article
Recent Posts
How long does Cash App direct deposit take?
How to fix error 0xc000007b
Python difference between list and array_Kodlogs
Python round to 2 decimal places
error in grid.call.graphics(c_setviewport, vp, true) : non-finite location and/or size for viewport
curses is not supported on this machine (please install/reinstall curses for an optimal experience)
A variable declaration announces the name of a variable that will be used in a program, as well as:
Python find unique values in list
Data Gateways in the Cloud Native Era
Python sort one list by another
A(n) ________ search uses a loop to sequentially step through an array?
0
votes
109
views
Problem:
I am new and learning, I need help, can anyone help by filling in the blanks?
A(n) ________ search uses a loop to sequentially step through an array?
A) binary
B) unary
C) linear
D) relative
E) None of these
loop
arrays
sql
asked
Feb 21, 2020
maddi86
●
7
●
5
●
3
5,380 points
answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Solution:
The correct answer is : linear
This might help you.
answered
Feb 21, 2020
guudduu
●
8
●
6
●
2
10,530 points
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
What is the color of the sky?
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Related questions
0
votes
1
answer
13
views
13
views
In a loop that loops through a pointer that is assigned to an array - cin >> * p ++ is equal to cin >> * p; p ++ ;
I noticed that in the loop of STATEMENT 1 we put (* p ++) and supposedly this represents that it is going to loop through an element of the array. But I start to think that the logical thing would be that if my pointer is starting at position [0]; in the loop of DECLARATION 1 I would start saving it in position ... position" << i << ":"; cin >> * p; * p ++; } * / return 0; }
asked
Aug 14, 2020
game
4.6k
points
array
programming
arrays
c
0
votes
2
answers
659
views
659
views
A ________ value in a loop can be either a positive or a negative number.
Problem: A ________ value in a loop can be either a positive or a negative number. Is this true of False? I am bit confused can anyone suggest?
asked
Sep 29, 2019
anonymous
loop
number
0
votes
1
answer
59
views
59
views
Regardless of the algorithm being used, a search through an array is always performed ________?
Problem: Regardless of the algorithm being used, a search through an array is always performed? a. from lowest to highest element b. from highest to lowest element c. beginning with the middle element d. using a binary search e. None of these
asked
Jul 23, 2020
conner
1.5k
points
array
programming
0
votes
1
answer
25
views
25
views
Given an array of of size n and a number k, find all elements that appear more than n/k times
asked
Feb 5
charles mathews
3.8k
points
arrays
0
votes
2
answers
100
views
100
views
In a database, a group of related records is referred to as a(n) ________?
Problem: Can anyone help it was actually asked in exam as following: In a database, a group of related records is referred to as a(n) ________. A) memo B) field C) object D) table
asked
Feb 18, 2020
maddi86
5.4k
points
sql
0
votes
1
answer
5
views
5
views
the do-while loop must be terminated with a semicolon
Problem: the do-while loop must be terminated with a semicolon
asked
4 days
ago
jyoti goyal
2.1k
points
cpp
loop
0
votes
1
answer
158
views
158
views
A(n) _____ might be written by a programmer or it might be created through a dbms utility program?
Problem: A(n) _____ might be written by a programmer or it might be created through a DBMS utility program?
asked
Jul 23, 2020
conner
1.5k
points
database
sql
0
votes
1
answer
98
views
98
views
The ________ is adequate for searching through small arrays?
Problem: I am new and learning, I need help, can anyone help by filling in the blanks? The _________ is adequate for searching through small arrays? A) binary B) unary C) linear search D) relative E) None of these
asked
Feb 21, 2020
maddi86
5.4k
points
arrays
structure
0
votes
1
answer
69
views
69
views
The acronym ____________ refers to software that manages data stored in a database?
Problem: I am new, I need help, can anyone help me by filling in the blanks?? The acronym ____________ refers to software that manages data stored in a database. A) ERP B) SQL C) OLAP D) DBMS
asked
Feb 19, 2020
maddi86
5.4k
points
sql
arrays
sql-server
0
votes
1
answer
12
views
12
views
what is do-while loop
Problem Hey, I want to know about a brief of do-while loop. Describe with an example.because i know about for and while loop but don’t know about do-while in descriptive way.describe that’s gonna be very helpful for me.
asked
Nov 22, 2020
chris jordan
2.4k
points
c
loop