{"id":132474,"date":"2024-05-09T04:31:38","date_gmt":"2024-05-09T04:31:38","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=132474"},"modified":"2024-05-09T04:31:40","modified_gmt":"2024-05-09T04:31:40","slug":"wgu-c949-objective-assessment-2-latest-versions-newest-2024-actual-exam","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2024\/05\/09\/wgu-c949-objective-assessment-2-latest-versions-newest-2024-actual-exam\/","title":{"rendered":"WGU C949 OBJECTIVE ASSESSMENT 2 LATEST VERSIONS NEWEST 2024 ACTUAL EXAM"},"content":{"rendered":"\n<p>WGU C949 OBJECTIVE ASSESSMENT <\/p>\n\n\n\n<p>Which statement describes a queue data structure? &#8211; ANSWER It is a sequence of elements in which insertions can take place<br>only at the back end and deletions can take place only at the<br>front end.<br>What are the official indexes for the list list01 given this<br>declaration? int[ ] list01 = {0, 2, 4, 6, 8, 10}; &#8211; ANSWER- 0, 1,<br>2, 3, 4, 5<br>Which abstract data type (ADT) has elements of the same type<br>so that the elements can be retrieved based on the index or<br>position? &#8211; ANSWER- List<br>Which category of data does (&#8220;FB&#8221;, 75.00, 75.03, 74.90)<br>represent in the pseudocode?<br>import datetime<br>def middle(stock, date):<\/p>\n\n\n\n<p>symbol, current, high, low = stock<br>return (((high + low) \/ 2), date)<br>mid_value, date = middle((&#8220;FB&#8221;, 75.00, 75.03, 74.90),<br>datetime.date(2014, 10, 31)) &#8211; ANSWER- Tuple<br>Which data type does the mystery function return?<br>return_type mystery (int R)<br>{<br>int NumUnits = R;return NumUnits * 3.14;<br>} &#8211; ANSWER- Double<br>Which value is appropriate for the variable middle given the<br>pseudocode?<br>function mystery()<br>{<br>string last;<br>string first;<br>char middle;<br>int phone;<br>float rate;<\/p>\n\n\n\n<p>} &#8211; ANSWER- &#8216;D&#8217;<br>What is the most efficient data type to use for this data set of a<br>fixed size in Java?<br>a = [0, 0, 1, 4, 7, 16, 31, 64, 127] &#8211; ANSWER- Array<br>What is true about garbage collection? &#8211; ANSWER- It reclaims<br>memory from data structures implemented using linked<br>allocations.<br>What is true about a data structure implemented using linked<br>allocation? &#8211; ANSWER- Storage is allocated using pointers to<br>new locations as needed.<br>What are the array elements corresponding to the mid-values in<br>the first and second iterations of a binary search in an array arr =<br>{45, 77, 89, 90, 94, 99, 100} and key = 100? &#8211; ANSWER- 90<br>and 99<br>What is the effect on the object Computing regarding garbage<br>collection?<br>Computing obj = new Computing(); obj = null; &#8211; ANSWER- It<br>is automatically available for garbage collection.<\/p>\n\n\n\n<p>What are the mid-values in the first and second levels of<br>recursion in this binary search?<br>int arr = {46, 76, 89, 90, 94, 99, 100} and key = 99 &#8211; ANSWER\u000290 and 99<br>Which data set is represented using the dictionary data type? &#8211;<br>ANSWER- A set of students and their test scores<br>What is a characteristic of keys in an associative dictionary data<br>type? &#8211; ANSWER- They are unique and immutable.<br>Which method can be used to take a value out of a dictionary? &#8211;<br>ANSWER- D1[key].remove(value)<br>Given this data dictionary in Python:<br>dict = {&#8216;white&#8217;:0x0000, &#8216;black&#8217;:0x1111}<br>Which command\/function generates the output [&#8216;white&#8217;,&#8217;black&#8217;]?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ANSWER- dict.keys()<br>Items were added sequentially in this stack starting with &#8216;ham&#8217;:<br>&#8216;sausage&#8217;<br>&#8216;toast&#8217;<\/li>\n<\/ul>\n\n\n\n<p>Get the full exam pdf here <a href=\"https:\/\/learnexams.com\/search\/study?query=\" data-type=\"link\" data-id=\"https:\/\/learnexams.com\/search\/study?query=\" target=\"_blank\" rel=\"noopener\">https:\/\/learnexams.com\/search\/study?query=<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WGU C949 OBJECTIVE ASSESSMENT Which statement describes a queue data structure? &#8211; ANSWER It is a sequence of elements in which insertions can take placeonly at the back end and deletions can take place only at thefront end.What are the official indexes for the list list01 given thisdeclaration? int[ ] list01 = {0, 2, 4, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[208],"class_list":["post-132474","post","type-post","status-publish","format-standard","hentry","category-exams-certification","tag-wgu-c949-objective-assessment"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/132474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=132474"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/132474\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=132474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=132474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=132474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}