Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello! I need a bit of help starting the question listed below, problem 9.3 . I'm having trouble trying to figure out how to create

Hello! I need a bit of help starting the question listed below, problem 9.3 . I'm having trouble trying to figure out how to create the strings of text to split up correctly, reformatting them in code form. And then placing them back together. I need pictures in Labview in order to know how place it together, along with the tools used to create the code.

Does not need to be the complete code, I just need to know how to take the original word string and place it in code form. I can then do the rest from there.

Update: I'm starting to figure it out, however I need to know how to make sure the code splits the word given unevenly correctly.

image text in transcribed

C Search Run the VI several times and verify that the correct results are being written to the output file. Create a VI which appends an array containing a time value and a numeric input to the end of a spreadsheet file, whose path is specified by the user. The time value should be recorded in seconds, relative to the time the VI began running. The VI should run continuously, saving the most recent input value to the spreadsheet file each time the user presses a Save button on the front panel. End execution when a stop button is pressed. a Develop a VI to encode or decode words using a secret code. To encode a word in this code, first separate the word into two substrings -one with the first halfof the original word, and one containing the second half. If there is an odd number of letters in the word, then split it so that the first substring has one more letter than the second one. Create the encoded word by concatenating the first half of the word onto the end of the second half of the word, inserting the second letter of the original word in between these two halves. For example, the word "gravity" would be encoded as "ityrgrav" and the word "master" would be encoded as "teramas. Place a string control on the front panel and a Boolean switch allowing the user to select whether the input is to be decoded or encoded. Display the output on a string indicator. Mock C Search Run the VI several times and verify that the correct results are being written to the output file. Create a VI which appends an array containing a time value and a numeric input to the end of a spreadsheet file, whose path is specified by the user. The time value should be recorded in seconds, relative to the time the VI began running. The VI should run continuously, saving the most recent input value to the spreadsheet file each time the user presses a Save button on the front panel. End execution when a stop button is pressed. a Develop a VI to encode or decode words using a secret code. To encode a word in this code, first separate the word into two substrings -one with the first halfof the original word, and one containing the second half. If there is an odd number of letters in the word, then split it so that the first substring has one more letter than the second one. Create the encoded word by concatenating the first half of the word onto the end of the second half of the word, inserting the second letter of the original word in between these two halves. For example, the word "gravity" would be encoded as "ityrgrav" and the word "master" would be encoded as "teramas. Place a string control on the front panel and a Boolean switch allowing the user to select whether the input is to be decoded or encoded. Display the output on a string indicator. Mock

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_2

Step: 3

blur-text-image_3

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

4. What advice would you give to Carol Sullivan-Diaz?

Answered: 1 week ago