Memory is organized
-
Question 1. Reorder the following efficiencies from the smallest to the largest: a. 2n3 + n5 b. 2000 c. 4n+1 d. n4 e. (n-1)! f. nlog2(n) g. 2klogk(n) (k is a predefined constant) Solution: Efficiency: a measure of amount of time for an algorithm to execute (Time Efficiency) or a measure of amount of memory needed for an algorithm to execute (Space Efficiency). Non-decreasing order: 2000
5p dragonly 03-01-2013 38 1 Download
-
Làm thế nào là có tổ chức bộ nhớ máy tính Máy tính sử dụng bộ nhớ cho các chương trình giữ được thực hiện, và các dữ liệu mà các chương trình này sử dụng. Để hiểu được sự khác biệt giữa giá trị và các loại tài liệu tham khảo, nó là hữu ích để hiểu làm thế nào dữ liệu được tổ chức trong bộ nhớ.
3p golly_tit 11-08-2010 80 3 Download