Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c++ QUESTION 6 1. Select the items which are significant properties of sorting algorithms: how many number of lines of code it is written in

c++

image text in transcribed

QUESTION 6 1. Select the items which are significant properties of sorting algorithms: how many number of lines of code it is written in whether is stable or unstable which programming language it is written in what kind of evaluation return is indicated amount of storage space required number of processing steps required r , QUESTION9 1. Match the two related items. string months [12]: Avectoncstring # include montha (12) B.setpw (8) C sort 0 D.binary search - tincludeciomanip> QUESTION 7 Why would you want to use a binary search instead of linear search? 1. Binary search is faster than linear search in most cases but will be slower if the target is not found. Binary search is more complex than linear search. Binary search usually finds the target much faster than linear search, provided the array is sorted. C C Binary search only hasto look at half the elements in the array, making it twice as fast as linear search QUESTION 10 Which of these is a declaration for an array called prices that holds 25 floating-point values? Cint prices [25]: C prices float [25]: 1. QUESTION B array [25] float-point prices; float [25] prices; float prices [25]; C 1. To use a instead of an a must use the compiler directive (item) to append a new ltem at the end of the container then you can use container (Use a single term for each blank with no punctuation.]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 12th Asian Conference ACIIDS 2020 Phuket Thailand March 23 26 2020 Proceedings

Authors: Pawel Sitek ,Marcin Pietranik ,Marek Krotkiewicz ,Chutimet Srinilta

1st Edition

9811533792, 978-9811533792

More Books

Students also viewed these Databases questions