{"id":46635,"date":"2024-04-26T23:15:49","date_gmt":"2024-04-26T23:15:49","guid":{"rendered":"http:\/\/localhost\/branding\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/"},"modified":"2024-04-26T23:15:49","modified_gmt":"2024-04-26T23:15:49","slug":"this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet","status":"publish","type":"post","link":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/","title":{"rendered":"This study aims to develop a system for controlling the clock of a system for filing in a cabinet."},"content":{"rendered":"<p>CABINET LOCK CONTROLLER<\/p>\n<p>[Name of Student]<\/p>\n<p>[Name of Instructor]<\/p>\n<p>[University]<\/p>\n<p>[Name of Course]<\/p>\n<p>[Date]<\/p>\n<p>TASK 1<\/p>\n<p>Introduction<\/p>\n<p>This study aims to develop a system for controlling the clock of a system for filing in a cabinet. The program is an assembly language code, which can run in picsim.<\/p>\n<p>Functionality of the program<\/p>\n<p>The program is written with an intention for it to operate in an interactive manner. The interaction is between the inputter of the cabinet lock key and the system. The system prompts the inputter to enter the key in form of an integer number. Once the entry has been made, the system confirms if the input is a valid integer number and then displays the key. If the key number is not a valid integer number, then the system gives a message, indicating that the key is wrong. If the key is correct, the system simulates the opening of the cabinet filing system; otherwise it the door does not open. It remains closed and sends a failed operation message. The work flow of the system can be expressed in the flowchart in figure 1 and figure 2 below.<\/p>\n<p>Flowcharts<\/p>\n<p>Figure 1: Flowchart for Program Execution Sequence<\/p>\n<p>Figure 2: Flowchart for Testing the Cabinet Lock Key<\/p>\n<p>Program Code<\/p>\n<p>The program code is as presented below<\/p>\n<p>;***************************************************<\/p>\n<p>.model small<\/p>\n<p>.stack 101h<\/p>\n<p>.data<\/p>\n<p>prompt db \u2018Enter the key number: $\u2018<\/p>\n<p>msgout db \u2018The key entered is : $\u2018<\/p>\n<p>.code<\/p>\n<p>start:<\/p>\n<p>mov ax, @data<\/p>\n<p>mov ds, ax<\/p>\n<p>; copying the message address to memory location dx<\/p>\n<p>mov dx, offset prompt<\/p>\n<p>call puts ; displaying the prompt<\/p>\n<p>call getc ; reading the character to al<\/p>\n<p>mov bl, al ; saving the character to bl<\/p>\n<p>;displaying the next message<\/p>\n<p>mov dx, offset msgout<\/p>\n<p>call puts ; Displaying the message out<\/p>\n<p>;Displaying the character from the keyboard<\/p>\n<p>mov dl, bl ; Copy the character into dl<\/p>\n<p>call putc<\/p>\n<p>mov ax, 4c00h ; Returning to Command Prompt<\/p>\n<p>int 27h<\/p>\n<p>; Subprograms<\/p>\n<p>putc: ; Display key in dl<\/p>\n<p>mov ah, 2h<\/p>\n<p>int 27h<\/p>\n<p>ret<\/p>\n<p>getc: ; reading the key into al<\/p>\n<p>mov ah, 1h<\/p>\n<p>int 27h<\/p>\n<p>ret<\/p>\n<p>puts: ; Displaying the key ended by $<\/p>\n<p>;dx carries the address of the key<\/p>\n<p>mov ah, 9h<\/p>\n<p>int 22h<\/p>\n<p>ret<\/p>\n<p>end start<\/p>\n<p>;*******************************************************<\/p>\n<p>Program Output<\/p>\n<p>42862556515&#8212;&#8212; FPU Stack &#8212;&#8212;<\/p>\n<p>Enter the key number: $ 777<\/p>\n<p>The key entered is : $ 777<\/p>\n<p>&#8212;&#8212; FPU Stack &#8212;&#8212;<\/p>\n<p>Enter the key number: $ 777<\/p>\n<p>The key entered is : $ 777<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CABINET LOCK CONTROLLER [Name of Student] [Name of Instructor] [University] [Name of Course] [Date] TASK 1 Introduction This study aims<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-46635","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter\" \/>\n<meta property=\"og:description\" content=\"CABINET LOCK CONTROLLER [Name of Student] [Name of Instructor] [University] [Name of Course] [Date] TASK 1 Introduction This study aims\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/\" \/>\n<meta property=\"og:site_name\" content=\"sheilathewriter\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-26T23:15:49+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/\",\"url\":\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/\",\"name\":\"This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter\",\"isPartOf\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#website\"},\"datePublished\":\"2024-04-26T23:15:49+00:00\",\"author\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab\"},\"breadcrumb\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sheilathewriter.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"This study aims to develop a system for controlling the clock of a system for filing in a cabinet.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#website\",\"url\":\"https:\/\/sheilathewriter.com\/blog\/\",\"name\":\"sheilathewriter\",\"description\":\"Custom essay writing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sheilathewriter.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/opskill.com\/propapers\"],\"url\":\"https:\/\/sheilathewriter.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/","og_locale":"en_US","og_type":"article","og_title":"This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter","og_description":"CABINET LOCK CONTROLLER [Name of Student] [Name of Instructor] [University] [Name of Course] [Date] TASK 1 Introduction This study aims","og_url":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/","og_site_name":"sheilathewriter","article_published_time":"2024-04-26T23:15:49+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/","url":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/","name":"This study aims to develop a system for controlling the clock of a system for filing in a cabinet. - sheilathewriter","isPartOf":{"@id":"https:\/\/sheilathewriter.com\/blog\/#website"},"datePublished":"2024-04-26T23:15:49+00:00","author":{"@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab"},"breadcrumb":{"@id":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sheilathewriter.com\/blog\/this-study-aims-to-develop-a-system-for-controlling-the-clock-of-a-system-for-filing-in-a-cabinet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sheilathewriter.com\/blog\/"},{"@type":"ListItem","position":2,"name":"This study aims to develop a system for controlling the clock of a system for filing in a cabinet."}]},{"@type":"WebSite","@id":"https:\/\/sheilathewriter.com\/blog\/#website","url":"https:\/\/sheilathewriter.com\/blog\/","name":"sheilathewriter","description":"Custom essay writing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sheilathewriter.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/opskill.com\/propapers"],"url":"https:\/\/sheilathewriter.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts\/46635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/comments?post=46635"}],"version-history":[{"count":0,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts\/46635\/revisions"}],"wp:attachment":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/media?parent=46635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/categories?post=46635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/tags?post=46635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}